diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-05-06 13:55:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-11 17:50:12 +0100 |
commit | a4b74a8244e8b55075082e6d5a59f35f8e437e9d (patch) | |
tree | 1df291e105191a921144c2261cf9301cdece10de /meta/recipes-core/uclibc/uclibc.inc | |
parent | 22a2297c712d3b3ca0335197943483218c92ef3e (diff) | |
download | openembedded-core-a4b74a8244e8b55075082e6d5a59f35f8e437e9d.tar.gz |
uclibc.inc: uclibc rtld does support GNU_HASH
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core/uclibc/uclibc.inc')
-rw-r--r-- | meta/recipes-core/uclibc/uclibc.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc index f5b6bf77b0..55ab0c92b3 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} \ |