mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
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}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user