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@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Andre McCurdy
2018-05-04 16:09:17 -07:00
committed by Armin Kuster
parent 0d2305d452
commit e59a9738c2
@@ -25,6 +25,8 @@ EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF"
#--enable-apps --enable-syslog #--enable-apps --enable-syslog
ASNEEDED = ""
do_install_append () { do_install_append () {
rmdir ${D}${bindir} rmdir ${D}${bindir}
} }