]> code.ossystems Code Review - openembedded-core.git/commitdiff
uclibc.inc: uclibc rtld does support GNU_HASH
authorKhem Raj <raj.khem@gmail.com>
Sun, 6 May 2012 20:55:23 +0000 (13:55 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 May 2012 16:50:12 +0000 (17:50 +0100)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-core/uclibc/uclibc.inc

index f5b6bf77b0b575ca8f90aad4a6327109c368c2d4..55ab0c92b3d4d0f270e4e93e5d7e6afcb7a81c3f 100644 (file)
@@ -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} \