[oe-commits] Martin Jansa : openobex: remove unrecognized configure options

git at git.openembedded.org git at git.openembedded.org
Tue Aug 12 11:40:41 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 44c33935ce157b64311667055ace2b68d292d45f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=44c33935ce157b64311667055ace2b68d292d45f

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Aug  9 15:57:02 2014 +0200

openobex: remove unrecognized configure options

* fixes following QA warnings:
  openobex-1.5: openobex: configure was passed unrecognised options:
    --with-usb --with-bluez [unknown-configure-option]

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-connectivity/obex/openobex_1.5.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb
index bf30817..b07779d 100644
--- a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb
+++ b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb
@@ -18,8 +18,7 @@ SRC_URI[sha256sum] = "e602047570799a47ecb028420bda8f2cef41310e5a99d084de10aa9422
 
 inherit autotools binconfig pkgconfig
 
-EXTRA_OECONF = "--enable-apps --enable-syslog \
-                --with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.."
+EXTRA_OECONF = "--enable-apps --enable-syslog"
 
 do_install_append() {
     install -d ${D}${datadir}/aclocal



More information about the Openembedded-commits mailing list