From f3d223304e52b9be946e5bd849075147147cbbb3 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Wed, 9 May 2018 14:46:48 -0700 Subject: rpm: move ASNEEDED over-ride into the rpm 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 --- meta/conf/distro/include/as-needed.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/conf/distro') diff --git a/meta/conf/distro/include/as-needed.inc b/meta/conf/distro/include/as-needed.inc index f56d432bd5..9c235649b7 100644 --- a/meta/conf/distro/include/as-needed.inc +++ b/meta/conf/distro/include/as-needed.inc @@ -2,6 +2,5 @@ ASNEEDED = "-Wl,--as-needed" ASNEEDED_pn-openobex = "" -ASNEEDED_pn-rpm = "" TARGET_LDFLAGS += "${ASNEEDED}" -- cgit 1.2.3-korg