summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/liblogging/liblogging_1.0.8.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-24 17:12:42 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-24 13:18:26 -0800
commit22a030a6a934842421888e3af141f762c7df7906 (patch)
tree35a7d6fa0e27aad03e5b5377c35d8ea9c6b420d3 /meta-oe/recipes-extended/liblogging/liblogging_1.0.8.bb
parent46a312608409ced978d924a222c63fea565282ab (diff)
downloadmeta-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.bb22
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 @@
1SUMMARY = "An easy to use logging library"
2DESCRIPTION = " \
3liblogging (the upstream project) is a collection of several components. \
4Namely: stdlog, journalemu, rfc3195. \
5The stdlog component of liblogging can be viewed as an enhanced version of \
6the syslog(3) API. It retains the easy semantics, but makes the API more \
7sophisticated "behind the scenes" with better support for multiple threads \
8and flexibility for different log destinations (e.g. syslog and systemd \
9journal)."
10SECTION = "libs"
11LICENSE = "BSD-2-Clause"
12LIC_FILES_CHKSUM = "file://COPYING;md5=63fe03535d83726f5655072502bef1bc"
13SRC_URI = "http://download.rsyslog.com/${BPN}/${BPN}-${PV}.tar.gz"
14
15SRC_URI[sha256sum] = "6449b7bb75dc282ec6bf1b98a753c950746ea5b190ec9aee097881e4dc5c4bf1"
16
17inherit autotools pkgconfig
18
19EXTRA_OECONF = "--disable-man-pages"
20
21PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
22PACKAGECONFIG[systemd] = "--enable-journal, --disable-journal, systemd"