summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2018-05-29 14:29:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-04 15:14:59 +0100
commit0d65601f1ab937474734c7319b9177741ee67533 (patch)
treee3b766890c0bf53058eb42289f5c88a7a0d47f54 /meta/conf
parent072b1ce84d4e525afccc31ab3c77f82191d12e0b (diff)
downloadpoky-0d65601f1ab937474734c7319b9177741ee67533.tar.gz
distcc: move ASNEEDED over-ride into the distcc 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). Re-apply change, which was previously merged and then reverted to avoid conflicts with a distcc version update. (From OE-Core rev: d902a5f72b8a3b3f74e7716cc967fa53f8751b68) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/as-needed.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/distro/include/as-needed.inc b/meta/conf/distro/include/as-needed.inc
index f2e7e7b588..9c235649b7 100644
--- a/meta/conf/distro/include/as-needed.inc
+++ b/meta/conf/distro/include/as-needed.inc
@@ -1,7 +1,6 @@
1 1
2ASNEEDED = "-Wl,--as-needed" 2ASNEEDED = "-Wl,--as-needed"
3 3
4ASNEEDED_pn-distcc = ""
5ASNEEDED_pn-openobex = "" 4ASNEEDED_pn-openobex = ""
6 5
7TARGET_LDFLAGS += "${ASNEEDED}" 6TARGET_LDFLAGS += "${ASNEEDED}"