From: Khem Raj Date: Thu, 21 Jan 2016 23:20:35 +0000 (-0800) Subject: musl: Upgrade to tip of tree X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37419969a37b1303be27cb32d76fbea27c8086ce;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git musl: Upgrade to tip of tree Add explicit runtime dep on bsd-headers-dev so we dont miss them in dev images Signed-off-by: Khem Raj --- diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 8970307cba1..c731a8f5f9b 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb @@ -3,7 +3,7 @@ require musl.inc -SRCREV = "3abb094d19ca4c7c4adcf373d971fb5aa05c5252" +SRCREV = "369b22f9c4aebba2b8fe905db8469b2667572ee1" PV = "1.1.12+git${SRCPV}" @@ -53,7 +53,7 @@ do_install() { ln -s ../../${libdir}/libc.so ${D}${bindir}/ldd } -RDEPENDS_${PN}-dev = "linux-libc-headers-dev" +RDEPENDS_${PN}-dev += "linux-libc-headers-dev bsd-headers-dev" RPROVIDES_${PN}-dev += "libc-dev virtual-libc-dev" RPROVIDES_${PN} += "ldd libsegfault rtld(GNU_HASH)"