summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-05-06 13:55:23 -0700
committerScott Garman <sgarman@zenlinux.com>2012-05-16 15:29:37 -0700
commit090d8a687517c2d4deb33295a3cceb5175aa28f3 (patch)
tree12149c2538593b88693a2c4950b6f16671b9dafe
parent8c74ddf5fd5502fd759f310096e9013fad0ca4db (diff)
downloadopenembedded-core-090d8a687517c2d4deb33295a3cceb5175aa28f3.tar.gz
openembedded-core-090d8a687517c2d4deb33295a3cceb5175aa28f3.tar.bz2
openembedded-core-090d8a687517c2d4deb33295a3cceb5175aa28f3.zip
uclibc.inc: uclibc rtld does support GNU_HASH
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta/recipes-core/uclibc/uclibc.inc3
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} \