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:50 +0100 |
commit | 539849c3dad276f706802c2266f1652f16128fcc (patch) | |
tree | 208f74e20d7058da785f6864676e022744012e92 /meta/recipes-core/uclibc | |
parent | 2e1974d774a0e1850cbf3e7a8a2f39729ad1b816 (diff) | |
download | poky-539849c3dad276f706802c2266f1652f16128fcc.tar.gz |
uclibc.inc: uclibc rtld does support GNU_HASH
(From OE-Core rev: a4b74a8244e8b55075082e6d5a59f35f8e437e9d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/uclibc')
-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" | |||
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 |
91 | RPROVIDES_uclibc += "libsegfault" | 91 | |
92 | RPROVIDES_uclibc += "libsegfault rtld(GNU_HASH)" | ||
92 | 93 | ||
93 | SRC_URI = "\ | 94 | SRC_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} \ |