[meta-oe][PATCH 035/109] liblognorm: upgrade 2.0.9 -> 2.1.0
Khem Raj <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
Minor release; see upstream release notes for details. Recipe-side changes: patches / files moved to the new version directory. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <[email protected]> --- ...ntf-to-autoconf-function-check-macro.patch | 28 ------------------- ...iblognorm_2.0.9.bb => liblognorm_2.1.0.bb} | 6 ++-- 2 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 meta-oe/recipes-extended/liblognorm/liblognorm/0001-Add-asprintf-to-autoconf-function-check-macro.patch rename meta-oe/recipes-extended/liblognorm/{liblognorm_2.0.9.bb => liblognorm_2.1.0.bb} (84%) diff --git a/meta-oe/recipes-extended/liblognorm/liblognorm/0001-Add-asprintf-to-autoconf-function-check-macro.patch b/meta-oe/recipes-extended/liblognorm/liblognorm/0001-Add-asprintf-to-autoconf-function-check-macro.patch deleted file mode 100644 index abb09bc648..0000000000 --- a/meta-oe/recipes-extended/liblognorm/liblognorm/0001-Add-asprintf-to-autoconf-function-check-macro.patch +++ /dev/null @@ -1,28 +0,0 @@ -From b8c65236cd6cd68b57004479006c683455680a82 Mon Sep 17 00:00:00 2001 -From: Alfred Wingate <[email protected]> -Date: Sun, 15 Oct 2023 12:34:52 +0100 -Subject: [PATCH] Add asprintf to autoconf function check macro - -Upstream-Status: Submitted [https://github.com/rsyslog/liblognorm/pull/376] -Signed-off-by: Alfred Wingate <[email protected]> -Signed-off-by: Khem Raj <[email protected]> ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index b6f92f1..b057550 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -55,7 +55,7 @@ AC_TYPE_SIZE_T - AC_FUNC_SELECT_ARGTYPES - AC_TYPE_SIGNAL - AC_FUNC_STRERROR_R --AC_CHECK_FUNCS([strdup strndup strtok_r]) -+AC_CHECK_FUNCS([asprintf strdup strndup strtok_r]) - - LIBLOGNORM_CFLAGS="-I\$(top_srcdir)/src" - LIBLOGNORM_LIBS="\$(top_builddir)/src/liblognorm.la" --- -2.43.0 - diff --git a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.9.bb b/meta-oe/recipes-extended/liblognorm/liblognorm_2.1.0.bb similarity index 84% rename from meta-oe/recipes-extended/liblognorm/liblognorm_2.0.9.bb rename to meta-oe/recipes-extended/liblognorm/liblognorm_2.1.0.bb index 188f7d6011..050916330b 100644 --- a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.9.bb +++ b/meta-oe/recipes-extended/liblognorm/liblognorm_2.1.0.bb @@ -8,10 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ca016db57e008528dace002188c73dad" DEPENDS = "libfastjson libestr" -SRC_URI = "git://github.com/rsyslog/liblognorm;branch=stable;protocol=https;tag=v${PV} \ - file://0001-Add-asprintf-to-autoconf-function-check-macro.patch \ - " -SRCREV = "3804548e3541747bde3e82a78d2c2dcd865296dd" +SRC_URI = "git://github.com/rsyslog/liblognorm;branch=stable;protocol=https;tag=v${PV}" +SRCREV = "71dcbaf806a0e464aded2efb98651ff89aec8a36" inherit autotools pkgconfig