aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-12-02 08:08:52 -0800
committerKhem Raj <raj.khem@gmail.com>2023-12-02 08:10:26 -0800
commit8dba0c9bad9e7adee59b5697e0ad5d153f63ee55 (patch)
treec0abc5a822bcc92ca9041757385f93904ee33ece /meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb
parentf5279055e59056fac64d0d4424f809831896c955 (diff)
downloadmeta-openembedded-8dba0c9bad9e7adee59b5697e0ad5d153f63ee55.tar.gz
liblognorm:Add asprintf to autoconf function check macro
Fix build error found with clang-17 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb')
-rw-r--r--meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb b/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb
index f9196af92d..0cc128c8c4 100644
--- a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb
+++ b/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb
@@ -8,7 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ca016db57e008528dace002188c73dad"
DEPENDS = "libfastjson libestr"
-SRC_URI = "git://github.com/rsyslog/liblognorm;branch=master;protocol=https"
+SRC_URI = "git://github.com/rsyslog/liblognorm;branch=master;protocol=https \
+ file://0001-Add-asprintf-to-autoconf-function-check-macro.patch \
+ "
SRCREV = "46c6ee4c8e5f827893e485a4ef1aff04ea881273"
S = "${WORKDIR}/git"