[oe-commits] [meta-openembedded] 08/60: openobex: explicitly set ASNEEDED from openobex recipe

git at git.openembedded.org git at git.openembedded.org
Fri May 18 14:43:28 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master
in repository meta-openembedded.

commit e59a9738c24ccaeac91740d1f67c607d4ee2a217
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Fri May 4 16:09:17 2018 -0700

    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 <armccurdy at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb | 2 ++
 1 file changed, 2 insertions(+)

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 2db48f3..1b56685 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}
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list