From: Andre McCurdy Date: Wed, 9 May 2018 21:46:46 +0000 (-0700) Subject: pciutils: move ASNEEDED over-ride into the pciutils recipe X-Git-Tag: uninative-2.0~19 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b7b63b2681a1de0ecb0e09612913370cb9934d38;p=openembedded-core.git 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). Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- diff --git a/meta/conf/distro/include/as-needed.inc b/meta/conf/distro/include/as-needed.inc index 305e654ca9..c67f2f3da3 100644 --- a/meta/conf/distro/include/as-needed.inc +++ b/meta/conf/distro/include/as-needed.inc @@ -2,7 +2,6 @@ ASNEEDED = "-Wl,--as-needed" ASNEEDED_pn-openobex = "" -ASNEEDED_pn-pciutils = "" ASNEEDED_pn-puzzles = "" ASNEEDED_pn-rpm = "" diff --git a/meta/recipes-bsp/pciutils/pciutils_3.5.6.bb b/meta/recipes-bsp/pciutils/pciutils_3.5.6.bb index b18b7da3ed..de974edcbd 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.5.6.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.5.6.bb @@ -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"