* [PATCH 0/2] meta: Upgrade gettext and nfs-utils
@ 2023-12-05 6:44 liezhi.yang
2023-12-05 6:44 ` [PATCH 1/2] gettext: Upgrade 0.22.3 -> 0.22.4 liezhi.yang
2023-12-05 6:44 ` [PATCH 2/2] nfs-utils: Upgrade 2.6.3 -> 2.6.4 liezhi.yang
0 siblings, 2 replies; 4+ messages in thread
From: liezhi.yang @ 2023-12-05 6:44 UTC (permalink / raw)
To: openembedded-core
From: Robert Yang <liezhi.yang@windriver.com>
The following changes since commit d2c4e8cb85c6a5ca37c7990f879c3b650df5770b:
vte: Separate out gtk4 pieces of vte into individual packages (2023-12-04 12:45:20 +0000)
are available in the Git repository at:
https://github.com/robertlinux/yocto rbt/upgrade
https://github.com/robertlinux/yocto/tree/rbt/upgrade
Robert Yang (2):
gettext: Upgrade 0.22.3 -> 0.22.4
nfs-utils: Upgrade 2.6.3 -> 2.6.4
...event-and-libsqlite3-checked-when-nf.patch | 80 -------------------
...{nfs-utils_2.6.3.bb => nfs-utils_2.6.4.bb} | 3 +-
....3.bb => gettext-minimal-native_0.22.4.bb} | 0
meta/recipes-core/gettext/gettext-sources.inc | 2 +-
.../{gettext_0.22.3.bb => gettext_0.22.4.bb} | 0
5 files changed, 2 insertions(+), 83 deletions(-)
delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure.ac-libevent-and-libsqlite3-checked-when-nf.patch
rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.6.3.bb => nfs-utils_2.6.4.bb} (97%)
rename meta/recipes-core/gettext/{gettext-minimal-native_0.22.3.bb => gettext-minimal-native_0.22.4.bb} (100%)
rename meta/recipes-core/gettext/{gettext_0.22.3.bb => gettext_0.22.4.bb} (100%)
--
2.42.0
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH 1/2] gettext: Upgrade 0.22.3 -> 0.22.4 2023-12-05 6:44 [PATCH 0/2] meta: Upgrade gettext and nfs-utils liezhi.yang @ 2023-12-05 6:44 ` liezhi.yang 2023-12-05 6:44 ` [PATCH 2/2] nfs-utils: Upgrade 2.6.3 -> 2.6.4 liezhi.yang 1 sibling, 0 replies; 4+ messages in thread From: liezhi.yang @ 2023-12-05 6:44 UTC (permalink / raw) To: openembedded-core From: Robert Yang <liezhi.yang@windriver.com> From NEWS: Version 0.22.4 - November 2023 * Bug fixes: - AM_GNU_GETTEXT now recognizes a statically built libintl on macOS and AIX. - Build fixes on AIX. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- ...inimal-native_0.22.3.bb => gettext-minimal-native_0.22.4.bb} | 0 meta/recipes-core/gettext/gettext-sources.inc | 2 +- .../gettext/{gettext_0.22.3.bb => gettext_0.22.4.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/gettext/{gettext-minimal-native_0.22.3.bb => gettext-minimal-native_0.22.4.bb} (100%) rename meta/recipes-core/gettext/{gettext_0.22.3.bb => gettext_0.22.4.bb} (100%) diff --git a/meta/recipes-core/gettext/gettext-minimal-native_0.22.3.bb b/meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb similarity index 100% rename from meta/recipes-core/gettext/gettext-minimal-native_0.22.3.bb rename to meta/recipes-core/gettext/gettext-minimal-native_0.22.4.bb diff --git a/meta/recipes-core/gettext/gettext-sources.inc b/meta/recipes-core/gettext/gettext-sources.inc index 31dabfc5436..8b4e2401010 100644 --- a/meta/recipes-core/gettext/gettext-sources.inc +++ b/meta/recipes-core/gettext/gettext-sources.inc @@ -1,4 +1,4 @@ HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ " -SRC_URI[sha256sum] = "839a260b2314ba66274dae7d245ec19fce190a3aa67869bf31354cb558df42c7" +SRC_URI[sha256sum] = "c1e0bb2a4427a9024390c662cd532d664c4b36b8ff444ed5e54b115fdb7a1aea" diff --git a/meta/recipes-core/gettext/gettext_0.22.3.bb b/meta/recipes-core/gettext/gettext_0.22.4.bb similarity index 100% rename from meta/recipes-core/gettext/gettext_0.22.3.bb rename to meta/recipes-core/gettext/gettext_0.22.4.bb -- 2.42.0 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] nfs-utils: Upgrade 2.6.3 -> 2.6.4 2023-12-05 6:44 [PATCH 0/2] meta: Upgrade gettext and nfs-utils liezhi.yang 2023-12-05 6:44 ` [PATCH 1/2] gettext: Upgrade 0.22.3 -> 0.22.4 liezhi.yang @ 2023-12-05 6:44 ` liezhi.yang 2023-12-05 16:15 ` [OE-core] " Alexandre Belloni 1 sibling, 1 reply; 4+ messages in thread From: liezhi.yang @ 2023-12-05 6:44 UTC (permalink / raw) To: openembedded-core From: Robert Yang <liezhi.yang@windriver.com> Remove backported patch 0001-configure.ac-libevent-and-libsqlite3-checked-when-nf.patch. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- ...event-and-libsqlite3-checked-when-nf.patch | 80 ------------------- ...{nfs-utils_2.6.3.bb => nfs-utils_2.6.4.bb} | 3 +- 2 files changed, 1 insertion(+), 82 deletions(-) delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure.ac-libevent-and-libsqlite3-checked-when-nf.patch rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.6.3.bb => nfs-utils_2.6.4.bb} (97%) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure.ac-libevent-and-libsqlite3-checked-when-nf.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure.ac-libevent-and-libsqlite3-checked-when-nf.patch deleted file mode 100644 index 5afc714f190..00000000000 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure.ac-libevent-and-libsqlite3-checked-when-nf.patch +++ /dev/null @@ -1,80 +0,0 @@ -From b62a3fe424026b73ec6b1934483b16863c7dff23 Mon Sep 17 00:00:00 2001 -From: Wiktor Jaskulski <wjaskulski@adva.com> -Date: Thu, 11 May 2023 15:28:23 -0400 -Subject: [PATCH] configure.ac: libevent and libsqlite3 checked when nfsv4 is - disabled - -Upstream-Status: Backport -(http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=bc4a5deef9f820c55fdac3c0070364c17cd91cca) - -Signed-off-by: Steve Dickson <steved@redhat.com> -Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> ---- - configure.ac | 38 +++++++++++++++----------------------- - 1 file changed, 15 insertions(+), 23 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 4ade528d..519cacbf 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -335,42 +335,34 @@ AC_CHECK_HEADER(rpc/rpc.h, , - AC_MSG_ERROR([Header file rpc/rpc.h not found - maybe try building with --enable-tirpc])) - CPPFLAGS="${nfsutils_save_CPPFLAGS}" - -+dnl check for libevent libraries and headers -+AC_LIBEVENT -+ -+dnl Check for sqlite3 -+AC_SQLITE3_VERS -+ -+case $libsqlite3_cv_is_recent in -+yes) ;; -+unknown) -+ dnl do not fail when cross-compiling -+ AC_MSG_WARN([assuming sqlite is at least v3.3]) ;; -+*) -+ AC_MSG_ERROR([nfsdcld requires sqlite-devel]) ;; -+esac -+ - if test "$enable_nfsv4" = yes; then -- dnl check for libevent libraries and headers -- AC_LIBEVENT - - dnl check for the keyutils libraries and headers - AC_KEYUTILS - -- dnl Check for sqlite3 -- AC_SQLITE3_VERS -- - if test "$enable_nfsdcld" = "yes"; then - AC_CHECK_HEADERS([libgen.h sys/inotify.h], , - AC_MSG_ERROR([Cannot find header needed for nfsdcld])) -- -- case $libsqlite3_cv_is_recent in -- yes) ;; -- unknown) -- dnl do not fail when cross-compiling -- AC_MSG_WARN([assuming sqlite is at least v3.3]) ;; -- *) -- AC_MSG_ERROR([nfsdcld requires sqlite-devel]) ;; -- esac - fi - - if test "$enable_nfsdcltrack" = "yes"; then - AC_CHECK_HEADERS([libgen.h sys/inotify.h], , - AC_MSG_ERROR([Cannot find header needed for nfsdcltrack])) -- -- case $libsqlite3_cv_is_recent in -- yes) ;; -- unknown) -- dnl do not fail when cross-compiling -- AC_MSG_WARN([assuming sqlite is at least v3.3]) ;; -- *) -- AC_MSG_ERROR([nfsdcltrack requires sqlite-devel]) ;; -- esac - fi - - else --- -2.41.0 - diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.3.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb similarity index 97% rename from meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.3.bb rename to meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb index 35cf6af6d46..31290f6d44c 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.3.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb @@ -30,11 +30,10 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x file://bugfix-adjust-statd-service-name.patch \ file://0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch \ file://clang-warnings.patch \ - file://0001-configure.ac-libevent-and-libsqlite3-checked-when-nf.patch \ file://0001-locktest-Makefile.am-Do-not-use-build-flags.patch \ file://0001-tools-locktest-Use-intmax_t-to-print-off_t.patch \ " -SRC_URI[sha256sum] = "38d89e853a71d3c560ff026af3d969d75e24f782ff68324e76261fe0344459e1" +SRC_URI[sha256sum] = "01b3b0fb9c7d0bbabf5114c736542030748c788ec2fd9734744201e9b0a1119d" # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will # pull in the remainder of the dependencies. -- 2.42.0 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [OE-core] [PATCH 2/2] nfs-utils: Upgrade 2.6.3 -> 2.6.4 2023-12-05 6:44 ` [PATCH 2/2] nfs-utils: Upgrade 2.6.3 -> 2.6.4 liezhi.yang @ 2023-12-05 16:15 ` Alexandre Belloni 0 siblings, 0 replies; 4+ messages in thread From: Alexandre Belloni @ 2023-12-05 16:15 UTC (permalink / raw) To: liezhi.yang; +Cc: openembedded-core Hello, This fail for musl: https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/8237/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/8267/steps/12/logs/stdio On 04/12/2023 22:44:10-0800, Robert Yang via lists.openembedded.org wrote: > From: Robert Yang <liezhi.yang@windriver.com> > > Remove backported patch 0001-configure.ac-libevent-and-libsqlite3-checked-when-nf.patch. > > Signed-off-by: Robert Yang <liezhi.yang@windriver.com> > --- > ...event-and-libsqlite3-checked-when-nf.patch | 80 ------------------- > ...{nfs-utils_2.6.3.bb => nfs-utils_2.6.4.bb} | 3 +- > 2 files changed, 1 insertion(+), 82 deletions(-) > delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure.ac-libevent-and-libsqlite3-checked-when-nf.patch > rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.6.3.bb => nfs-utils_2.6.4.bb} (97%) > > diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure.ac-libevent-and-libsqlite3-checked-when-nf.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure.ac-libevent-and-libsqlite3-checked-when-nf.patch > deleted file mode 100644 > index 5afc714f190..00000000000 > --- a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure.ac-libevent-and-libsqlite3-checked-when-nf.patch > +++ /dev/null > @@ -1,80 +0,0 @@ > -From b62a3fe424026b73ec6b1934483b16863c7dff23 Mon Sep 17 00:00:00 2001 > -From: Wiktor Jaskulski <wjaskulski@adva.com> > -Date: Thu, 11 May 2023 15:28:23 -0400 > -Subject: [PATCH] configure.ac: libevent and libsqlite3 checked when nfsv4 is > - disabled > - > -Upstream-Status: Backport > -(http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=bc4a5deef9f820c55fdac3c0070364c17cd91cca) > - > -Signed-off-by: Steve Dickson <steved@redhat.com> > -Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> > ---- > - configure.ac | 38 +++++++++++++++----------------------- > - 1 file changed, 15 insertions(+), 23 deletions(-) > - > -diff --git a/configure.ac b/configure.ac > -index 4ade528d..519cacbf 100644 > ---- a/configure.ac > -+++ b/configure.ac > -@@ -335,42 +335,34 @@ AC_CHECK_HEADER(rpc/rpc.h, , > - AC_MSG_ERROR([Header file rpc/rpc.h not found - maybe try building with --enable-tirpc])) > - CPPFLAGS="${nfsutils_save_CPPFLAGS}" > - > -+dnl check for libevent libraries and headers > -+AC_LIBEVENT > -+ > -+dnl Check for sqlite3 > -+AC_SQLITE3_VERS > -+ > -+case $libsqlite3_cv_is_recent in > -+yes) ;; > -+unknown) > -+ dnl do not fail when cross-compiling > -+ AC_MSG_WARN([assuming sqlite is at least v3.3]) ;; > -+*) > -+ AC_MSG_ERROR([nfsdcld requires sqlite-devel]) ;; > -+esac > -+ > - if test "$enable_nfsv4" = yes; then > -- dnl check for libevent libraries and headers > -- AC_LIBEVENT > - > - dnl check for the keyutils libraries and headers > - AC_KEYUTILS > - > -- dnl Check for sqlite3 > -- AC_SQLITE3_VERS > -- > - if test "$enable_nfsdcld" = "yes"; then > - AC_CHECK_HEADERS([libgen.h sys/inotify.h], , > - AC_MSG_ERROR([Cannot find header needed for nfsdcld])) > -- > -- case $libsqlite3_cv_is_recent in > -- yes) ;; > -- unknown) > -- dnl do not fail when cross-compiling > -- AC_MSG_WARN([assuming sqlite is at least v3.3]) ;; > -- *) > -- AC_MSG_ERROR([nfsdcld requires sqlite-devel]) ;; > -- esac > - fi > - > - if test "$enable_nfsdcltrack" = "yes"; then > - AC_CHECK_HEADERS([libgen.h sys/inotify.h], , > - AC_MSG_ERROR([Cannot find header needed for nfsdcltrack])) > -- > -- case $libsqlite3_cv_is_recent in > -- yes) ;; > -- unknown) > -- dnl do not fail when cross-compiling > -- AC_MSG_WARN([assuming sqlite is at least v3.3]) ;; > -- *) > -- AC_MSG_ERROR([nfsdcltrack requires sqlite-devel]) ;; > -- esac > - fi > - > - else > --- > -2.41.0 > - > diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.3.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb > similarity index 97% > rename from meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.3.bb > rename to meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb > index 35cf6af6d46..31290f6d44c 100644 > --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.3.bb > +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb > @@ -30,11 +30,10 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x > file://bugfix-adjust-statd-service-name.patch \ > file://0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch \ > file://clang-warnings.patch \ > - file://0001-configure.ac-libevent-and-libsqlite3-checked-when-nf.patch \ > file://0001-locktest-Makefile.am-Do-not-use-build-flags.patch \ > file://0001-tools-locktest-Use-intmax_t-to-print-off_t.patch \ > " > -SRC_URI[sha256sum] = "38d89e853a71d3c560ff026af3d969d75e24f782ff68324e76261fe0344459e1" > +SRC_URI[sha256sum] = "01b3b0fb9c7d0bbabf5114c736542030748c788ec2fd9734744201e9b0a1119d" > > # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will > # pull in the remainder of the dependencies. > -- > 2.42.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#191800): https://lists.openembedded.org/g/openembedded-core/message/191800 > Mute This Topic: https://lists.openembedded.org/mt/102987610/3617179 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com] > -=-=-=-=-=-=-=-=-=-=-=- > -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-12-05 16:15 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-12-05 6:44 [PATCH 0/2] meta: Upgrade gettext and nfs-utils liezhi.yang 2023-12-05 6:44 ` [PATCH 1/2] gettext: Upgrade 0.22.3 -> 0.22.4 liezhi.yang 2023-12-05 6:44 ` [PATCH 2/2] nfs-utils: Upgrade 2.6.3 -> 2.6.4 liezhi.yang 2023-12-05 16:15 ` [OE-core] " Alexandre Belloni
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox