From: Khem Raj Date: Sun, 6 May 2012 20:55:23 +0000 (-0700) Subject: uclibc.inc: uclibc rtld does support GNU_HASH X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=539849c3dad276f706802c2266f1652f16128fcc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git uclibc.inc: uclibc rtld does support GNU_HASH (From OE-Core rev: a4b74a8244e8b55075082e6d5a59f35f8e437e9d) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc index f5b6bf77b0b..55ab0c92b3d 100644 --- a/meta/recipes-core/uclibc/uclibc.inc +++ b/meta/recipes-core/uclibc/uclibc.inc @@ -88,7 +88,8 @@ RPROVIDES_${PN}-dev += "libc-dev virtual-libc-dev" # uclibc does not really have libsegfault but then using the one from glibc is also not # going to work. So we pretend that we have it to make bitbake not pull other recipes # to satisfy this dependency for the images/tasks -RPROVIDES_uclibc += "libsegfault" + +RPROVIDES_uclibc += "libsegfault rtld(GNU_HASH)" SRC_URI = "\ http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2;name=uClibc-${PV} \