From patchwork Thu May 24 21:38:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [30/32] uclibc.inc: uclibc rtld does support GNU_HASH Date: Thu, 24 May 2012 21:38:41 -0000 From: Scott Garman X-Patchwork-Id: 28707 Message-Id: <090d8a687517c2d4deb33295a3cceb5175aa28f3.1337892418.git.scott.a.garman@intel.com> To: openembedded-core@lists.openembedded.org From: Khem Raj Signed-off-by: Khem Raj --- meta/recipes-core/uclibc/uclibc.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc index f5b6bf7..55ab0c9 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} \