diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-01-19 21:35:40 +1300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-20 08:27:11 -0800 |
| commit | cc932562d4e564a99ed56c5d4eded6d6d4fa72b5 (patch) | |
| tree | a7faa1f41b65fc95df68194994e494848eca7851 /meta-oe/recipes-extended | |
| parent | b80cb54dc60db50613ccf52340bcfcd1e46b9bf3 (diff) | |
| download | meta-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" | |||
| 11 | SRC_URI = "git://github.com/rsyslog/liblognorm;branch=stable;protocol=https;tag=v${PV} \ | 11 | SRC_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 | " |
| 14 | SRCREV = "33ec4b061ad0a6e5508e679e150ce6422ef6be30" | 14 | SRCREV = "3804548e3541747bde3e82a78d2c2dcd865296dd" |
| 15 | 15 | ||
| 16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
| 17 | 17 | ||
