mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
pciutils: move ASNEEDED over-ride into the pciutils 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: b7b63b2681a1de0ecb0e09612913370cb9934d38) 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
08cdb50847
commit
f8fa4aab98
@@ -2,7 +2,6 @@
|
||||
ASNEEDED = "-Wl,--as-needed"
|
||||
|
||||
ASNEEDED_pn-openobex = ""
|
||||
ASNEEDED_pn-pciutils = ""
|
||||
ASNEEDED_pn-puzzles = ""
|
||||
ASNEEDED_pn-rpm = ""
|
||||
|
||||
|
||||
@@ -38,6 +38,8 @@ export MANDIR = "${mandir}"
|
||||
|
||||
EXTRA_OEMAKE = "-e MAKEFLAGS= ${PCI_CONF_FLAG}"
|
||||
|
||||
ASNEEDED = ""
|
||||
|
||||
# The configure script breaks if the HOST variable is set
|
||||
HOST[unexport] = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user