diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-12-24 17:12:42 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-24 13:18:26 -0800 |
| commit | 22a030a6a934842421888e3af141f762c7df7906 (patch) | |
| tree | 35a7d6fa0e27aad03e5b5377c35d8ea9c6b420d3 /meta-oe/recipes-extended/liblogging/liblogging_1.0.8.bb | |
| parent | 46a312608409ced978d924a222c63fea565282ab (diff) | |
| download | meta-openembedded-22a030a6a934842421888e3af141f762c7df7906.tar.gz | |
liblogging: upgrade 1.0.6 -> 1.0.8
Changelog:
==========
- build fix with newer compilers
- builds again on Solaris
- some code cleanup, which prevented build with newer compilers
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/liblogging/liblogging_1.0.8.bb')
| -rw-r--r-- | meta-oe/recipes-extended/liblogging/liblogging_1.0.8.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/liblogging/liblogging_1.0.8.bb b/meta-oe/recipes-extended/liblogging/liblogging_1.0.8.bb new file mode 100644 index 0000000000..54c3f357d4 --- /dev/null +++ b/meta-oe/recipes-extended/liblogging/liblogging_1.0.8.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "An easy to use logging library" | ||
| 2 | DESCRIPTION = " \ | ||
| 3 | liblogging (the upstream project) is a collection of several components. \ | ||
| 4 | Namely: stdlog, journalemu, rfc3195. \ | ||
| 5 | The stdlog component of liblogging can be viewed as an enhanced version of \ | ||
| 6 | the syslog(3) API. It retains the easy semantics, but makes the API more \ | ||
| 7 | sophisticated "behind the scenes" with better support for multiple threads \ | ||
| 8 | and flexibility for different log destinations (e.g. syslog and systemd \ | ||
| 9 | journal)." | ||
| 10 | SECTION = "libs" | ||
| 11 | LICENSE = "BSD-2-Clause" | ||
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=63fe03535d83726f5655072502bef1bc" | ||
| 13 | SRC_URI = "http://download.rsyslog.com/${BPN}/${BPN}-${PV}.tar.gz" | ||
| 14 | |||
| 15 | SRC_URI[sha256sum] = "6449b7bb75dc282ec6bf1b98a753c950746ea5b190ec9aee097881e4dc5c4bf1" | ||
| 16 | |||
| 17 | inherit autotools pkgconfig | ||
| 18 | |||
| 19 | EXTRA_OECONF = "--disable-man-pages" | ||
| 20 | |||
| 21 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | ||
| 22 | PACKAGECONFIG[systemd] = "--enable-journal, --disable-journal, systemd" | ||
