]> code.ossystems Code Review - openembedded-core.git/commit
Add a run-time dependency that eglibc support GNU_HASH
authorMark Hatle <mark.hatle@windriver.com>
Mon, 19 Sep 2011 14:38:44 +0000 (09:38 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Sep 2011 12:32:33 +0000 (13:32 +0100)
commite150afea5a9af8e1bc5aaecd9eb3fe86d7b79f44
treefeed28a181a1bdc30f0d4415ec072de2dc014ec9
parentc5d4e17f29d7f032d566d3b222a0ee231da03f78
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>
meta/recipes-core/eglibc/eglibc-package.inc
meta/recipes-core/eglibc/eglibc_2.12.bb
meta/recipes-core/eglibc/eglibc_2.13.bb