diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-05-09 14:46:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-15 10:56:50 +0100 |
commit | f8fa4aab98b07ff8f998cbec5ea705d8843952e1 (patch) | |
tree | f0f954bb5659bb5a8c6def246c864ebba5115ecf /meta | |
parent | 08cdb50847b6abd443324169c655275a6c9ce99a (diff) | |
download | poky-f8fa4aab98b07ff8f998cbec5ea705d8843952e1.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/as-needed.inc | 1 | ||||
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.5.6.bb | 2 |
2 files changed, 2 insertions, 1 deletions
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 @@ | |||
2 | ASNEEDED = "-Wl,--as-needed" | 2 | ASNEEDED = "-Wl,--as-needed" |
3 | 3 | ||
4 | ASNEEDED_pn-openobex = "" | 4 | ASNEEDED_pn-openobex = "" |
5 | ASNEEDED_pn-pciutils = "" | ||
6 | ASNEEDED_pn-puzzles = "" | 5 | ASNEEDED_pn-puzzles = "" |
7 | ASNEEDED_pn-rpm = "" | 6 | ASNEEDED_pn-rpm = "" |
8 | 7 | ||
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}" | |||
38 | 38 | ||
39 | EXTRA_OEMAKE = "-e MAKEFLAGS= ${PCI_CONF_FLAG}" | 39 | EXTRA_OEMAKE = "-e MAKEFLAGS= ${PCI_CONF_FLAG}" |
40 | 40 | ||
41 | ASNEEDED = "" | ||
42 | |||
41 | # The configure script breaks if the HOST variable is set | 43 | # The configure script breaks if the HOST variable is set |
42 | HOST[unexport] = "1" | 44 | HOST[unexport] = "1" |
43 | 45 | ||