]> code.ossystems Code Review - openembedded-core.git/commitdiff
pciutils: move ASNEEDED over-ride into the pciutils recipe
authorAndre McCurdy <armccurdy@gmail.com>
Wed, 9 May 2018 21:46:46 +0000 (14:46 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 May 2018 09:00:30 +0000 (10:00 +0100)
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).

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/distro/include/as-needed.inc
meta/recipes-bsp/pciutils/pciutils_3.5.6.bb

index 305e654ca914c761e1c4bb25300f0d41213242b5..c67f2f3da31f29ac568f73ec034f7c1596609ea9 100644 (file)
@@ -2,7 +2,6 @@
 ASNEEDED = "-Wl,--as-needed"
 
 ASNEEDED_pn-openobex = ""
-ASNEEDED_pn-pciutils = ""
 ASNEEDED_pn-puzzles = ""
 ASNEEDED_pn-rpm = ""
 
index b18b7da3ed472ed302cf498da01a401bbe5a0b57..de974edcbd911677aaf6513943be1f27ae2d6125 100644 (file)
@@ -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"