diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-05-04 16:09:17 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-05-17 08:19:21 -0700 |
commit | e59a9738c24ccaeac91740d1f67c607d4ee2a217 (patch) | |
tree | d52328fc3d75218d3bed1465d0e49c86a743ffb4 /meta-oe/recipes-connectivity/obex | |
parent | 0d2305d45208e2bca9417343230516a809bae918 (diff) | |
download | meta-openembedded-e59a9738c24ccaeac91740d1f67c607d4ee2a217.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-connectivity/obex')
-rw-r--r-- | meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
25 | 25 | ||
26 | #--enable-apps --enable-syslog | 26 | #--enable-apps --enable-syslog |
27 | 27 | ||
28 | ASNEEDED = "" | ||
29 | |||
28 | do_install_append () { | 30 | do_install_append () { |
29 | rmdir ${D}${bindir} | 31 | rmdir ${D}${bindir} |
30 | } | 32 | } |