mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
rpm: move ASNEEDED over-ride into the rpm recipe
Move the recipe specific over-ride for ASNEEDED into the recipe to make it more apparent that the over-ride is being applied (and that it should be re-checked on version updates, etc). (From OE-Core rev: f3d223304e52b9be946e5bd849075147147cbbb3) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
837a2a6f99
commit
64f19d7873
@@ -2,6 +2,5 @@
|
||||
ASNEEDED = "-Wl,--as-needed"
|
||||
|
||||
ASNEEDED_pn-openobex = ""
|
||||
ASNEEDED_pn-rpm = ""
|
||||
|
||||
TARGET_LDFLAGS += "${ASNEEDED}"
|
||||
|
||||
@@ -73,6 +73,8 @@ BBCLASSEXTEND = "native nativesdk"
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[imaevm] = "--with-imaevm,,ima-evm-utils"
|
||||
|
||||
ASNEEDED = ""
|
||||
|
||||
# Direct rpm-native to read configuration from our sysroot, not the one it was compiled in
|
||||
# libmagic also has sysroot path contamination, so override it
|
||||
do_install_append_class-native() {
|
||||
|
||||
Reference in New Issue
Block a user