From 0d65601f1ab937474734c7319b9177741ee67533 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Tue, 29 May 2018 14:29:44 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/conf/distro/include/as-needed.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/conf') 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 @@ ASNEEDED = "-Wl,--as-needed" -ASNEEDED_pn-distcc = "" ASNEEDED_pn-openobex = "" TARGET_LDFLAGS += "${ASNEEDED}" -- cgit v1.2.3-54-g00ecf