From fca3e4e3f14687d439b322e026b580a88ffce55d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 9 Aug 2014 15:57:02 +0200 Subject: [PATCH] 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] (From meta-openembedded rev: 44c33935ce157b64311667055ace2b68d292d45f) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- meta-openembedded/meta-oe/recipes-connectivity/obex/openobex_1.5.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-openembedded/meta-oe/recipes-connectivity/obex/openobex_1.5.bb b/meta-openembedded/meta-oe/recipes-connectivity/obex/openobex_1.5.bb index bf30817..b07779d 100644 --- a/meta-openembedded/meta-oe/recipes-connectivity/obex/openobex_1.5.bb +++ b/meta-openembedded/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 -- 2.7.4