summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2026-01-19 21:35:40 +1300
committerKhem Raj <raj.khem@gmail.com>2026-01-20 08:27:11 -0800
commitcc932562d4e564a99ed56c5d4eded6d6d4fa72b5 (patch)
treea7faa1f41b65fc95df68194994e494848eca7851 /meta-oe/recipes-extended
parentb80cb54dc60db50613ccf52340bcfcd1e46b9bf3 (diff)
downloadmeta-openembedded-cc932562d4e564a99ed56c5d4eded6d6d4fa72b5.tar.gz
liblognorm: upgrade 2.0.8 -> 2.0.9
- fix build issue on some platforms - guard compile pragma use - remove unneeded variable - fix memory leak when a custom type in rules does not match Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/liblognorm/liblognorm_2.0.9.bb (renamed from meta-oe/recipes-extended/liblognorm/liblognorm_2.0.8.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.8.bb b/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.9.bb
index 6c68b515e9..188f7d6011 100644
--- a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.8.bb
+++ b/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.9.bb
@@ -11,7 +11,7 @@ DEPENDS = "libfastjson libestr"
11SRC_URI = "git://github.com/rsyslog/liblognorm;branch=stable;protocol=https;tag=v${PV} \ 11SRC_URI = "git://github.com/rsyslog/liblognorm;branch=stable;protocol=https;tag=v${PV} \
12 file://0001-Add-asprintf-to-autoconf-function-check-macro.patch \ 12 file://0001-Add-asprintf-to-autoconf-function-check-macro.patch \
13 " 13 "
14SRCREV = "33ec4b061ad0a6e5508e679e150ce6422ef6be30" 14SRCREV = "3804548e3541747bde3e82a78d2c2dcd865296dd"
15 15
16inherit autotools pkgconfig 16inherit autotools pkgconfig
17 17