[oe-commits] Khem Raj : uclibc.inc: uclibc rtld does support GNU_HASH

git at git.openembedded.org git at git.openembedded.org
Wed May 30 16:51:43 UTC 2012


Module: openembedded-core.git
Branch: denzil
Commit: 090d8a687517c2d4deb33295a3cceb5175aa28f3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=090d8a687517c2d4deb33295a3cceb5175aa28f3

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sun May  6 13:55:23 2012 -0700

uclibc.inc: uclibc rtld does support GNU_HASH

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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 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} \





More information about the Openembedded-commits mailing list