summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysklogd/sysklogd.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-12-12 19:14:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-18 10:17:09 +0000
commit59141d95f19c64ef3908e194fb55f240f8be887a (patch)
tree38343ca7fcfc173cfd21db652c4b786e8c0c18d2 /meta/recipes-extended/sysklogd/sysklogd.inc
parentdcf0bd14d78b0848f206eb35355f05bfbd51c02d (diff)
downloadopenembedded-core-contrib-59141d95f19c64ef3908e194fb55f240f8be887a.tar.gz
sysklogd: Fix 2.0.3 upgrade fallouts on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sysklogd/sysklogd.inc')
-rw-r--r--meta/recipes-extended/sysklogd/sysklogd.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc
index b90911af2b..07edf40326 100644
--- a/meta/recipes-extended/sysklogd/sysklogd.inc
+++ b/meta/recipes-extended/sysklogd/sysklogd.inc
@@ -14,6 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
inherit update-rc.d update-alternatives systemd autotools
SRC_URI = "git://github.com/troglobit/sysklogd.git;nobranch=1 \
+ file://0001-Remove-__BEGIN_DECLS-__END_DECLS.patch \
+ file://0002-include-sys-types.h-for-off_t.patch \
file://sysklogd \
"
S = "${WORKDIR}/git"