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