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

(From OE-Core rev: 8b207c2445d8c192735e3652c820cb0f5c599c49)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andre McCurdy
2018-05-29 14:29:45 -07:00
committed by Richard Purdie
parent 0d65601f1a
commit b18448902f

View File

@@ -1,6 +1,4 @@
ASNEEDED = "-Wl,--as-needed"
ASNEEDED_pn-openobex = ""
TARGET_LDFLAGS += "${ASNEEDED}"