mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 02:33:02 +01:00
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. (From OE-Core rev: e150afea5a9af8e1bc5aaecd9eb3fe86d7b79f44) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
29aa617a48
commit
2fa80ef30e
@@ -22,7 +22,8 @@ PKGSUFFIX_virtclass-nativesdk = "-nativesdk"
|
||||
|
||||
PACKAGES = "${PN}-dbg ${PN} catchsegv${PKGSUFFIX} sln${PKGSUFFIX} nscd${PKGSUFFIX} ldd${PKGSUFFIX} ${PN}-utils eglibc-extra-nss${PKGSUFFIX} eglibc-thread-db${PKGSUFFIX} ${PN}-pic ${PN}-dev ${PN}-doc libcidn${PKGSUFFIX} libmemusage${PKGSUFFIX} libsegfault${PKGSUFFIX} ${PN}-pcprofile libsotruss${PKGSUFFIX}"
|
||||
|
||||
RPROVIDES_${PN} = "glibc${PKGSUFFIX}"
|
||||
# The ld.so in this eglibc supports the GNU_HASH
|
||||
RPROVIDES_${PN} = "glibc${PKGSUFFIX} rtld(GNU_HASH)"
|
||||
RPROVIDES_${PN}-utils = "glibc${PKGSUFFIX}-utils"
|
||||
RPROVIDES_${PN}-pic = "glibc${PKGSUFFIX}-pic"
|
||||
RPROVIDES_${PN}-dev = "glibc${PKGSUFFIX}-dev"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require eglibc.inc
|
||||
|
||||
DEPENDS += "gperf-native"
|
||||
PR = "r23"
|
||||
PR = "r24"
|
||||
|
||||
SRCREV = "14158"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user