From: Andre McCurdy Date: Tue, 29 May 2018 21:29:45 +0000 (-0700) Subject: as-needed.inc: drop ASNEEDED over-ride for openobex X-Git-Tag: uninative-2.1~74 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8b207c2445d8c192735e3652c820cb0f5c599c49;p=openembedded-core.git as-needed.inc: drop ASNEEDED over-ride for openobex The over-ride has been merged into the openobex recipe in meta-oe: http://git.openembedded.org/meta-openembedded/commit/?id=e59a9738c24ccaeac91740d1f67c607d4ee2a217 Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- diff --git a/meta/conf/distro/include/as-needed.inc b/meta/conf/distro/include/as-needed.inc index 9c235649b7..b163fef683 100644 --- a/meta/conf/distro/include/as-needed.inc +++ b/meta/conf/distro/include/as-needed.inc @@ -1,6 +1,4 @@ ASNEEDED = "-Wl,--as-needed" -ASNEEDED_pn-openobex = "" - TARGET_LDFLAGS += "${ASNEEDED}"