summaryrefslogtreecommitdiff
path: root/meta/recipes-core/eglibc/eglibc_2.13.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-09-19 09:38:44 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-21 13:32:33 +0100
commite150afea5a9af8e1bc5aaecd9eb3fe86d7b79f44 (patch)
treefeed28a181a1bdc30f0d4415ec072de2dc014ec9 /meta/recipes-core/eglibc/eglibc_2.13.bb
parentc5d4e17f29d7f032d566d3b222a0ee231da03f78 (diff)
downloadopenembedded-core-e150afea5a9af8e1bc5aaecd9eb3fe86d7b79f44.tar.gz
openembedded-core-e150afea5a9af8e1bc5aaecd9eb3fe86d7b79f44.tar.bz2
openembedded-core-e150afea5a9af8e1bc5aaecd9eb3fe86d7b79f44.tar.xz
openembedded-core-e150afea5a9af8e1bc5aaecd9eb3fe86d7b79f44.zip
Add a run-time dependency that eglibc support GNU_HASH
RPM checks to see if binaries require GNU_HASH, if they do it adds an automatic dependency of "rtld(GNU_HASH)". We need to satisfy this dependency, and we do it by providing rtld(GNU_HASH) in the package(s) that provide a runtime-linker. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.13.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb
index b2da6974a..b549496c2 100644
--- a/meta/recipes-core/eglibc/eglibc_2.13.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.13.bb
@@ -3,7 +3,7 @@ require eglibc.inc
SRCREV = "14157"
DEPENDS += "gperf-native"
-PR = "r14"
+PR = "r15"
PR_append = "+svnr${SRCPV}"
EGLIBC_BRANCH="eglibc-2_13"