summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-05-06 13:55:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-31 21:15:13 +0100
commit9d2534ab2417cbea45e2b017f2307e0fe447a67f (patch)
treec666a9e90ddee07f474dbe3075d7fd39bbf464ed /meta/recipes-core
parentdf815f20c80aa80b051cc51f70d3f766d94310cf (diff)
downloadpoky-9d2534ab2417cbea45e2b017f2307e0fe447a67f.tar.gz
uclibc.inc: uclibc rtld does support GNU_HASH
(From OE-Core rev: 090d8a687517c2d4deb33295a3cceb5175aa28f3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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"
88# uclibc does not really have libsegfault but then using the one from glibc is also not 88# uclibc does not really have libsegfault but then using the one from glibc is also not
89# going to work. So we pretend that we have it to make bitbake not pull other recipes 89# going to work. So we pretend that we have it to make bitbake not pull other recipes
90# to satisfy this dependency for the images/tasks 90# to satisfy this dependency for the images/tasks
91RPROVIDES_uclibc += "libsegfault" 91
92RPROVIDES_uclibc += "libsegfault rtld(GNU_HASH)"
92 93
93SRC_URI = "\ 94SRC_URI = "\
94 http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2;name=uClibc-${PV} \ 95 http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2;name=uClibc-${PV} \