From e59a9738c24ccaeac91740d1f67c607d4ee2a217 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Fri, 4 May 2018 16:09:17 -0700 Subject: openobex: explicitly set ASNEEDED from openobex recipe Up to now, an openobex specific over-ride for ASNEEDED has been provided by oe-core (from as-needed.inc). If ASNEEDED does need to be over-ridden in order to build openobex it's not ideal that the over-ride comes from a different layer so define it directly in the meta-oe recipe. Signed-off-by: Andre McCurdy Signed-off-by: Armin Kuster --- meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe') diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb index 2db48f3418..1b56685c57 100644 --- a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb +++ b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb @@ -25,6 +25,8 @@ EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF" #--enable-apps --enable-syslog +ASNEEDED = "" + do_install_append () { rmdir ${D}${bindir} } -- cgit 1.2.3-korg