mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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
|
inherit autotools binconfig pkgconfig
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-apps --enable-syslog \
|
EXTRA_OECONF = "--enable-apps --enable-syslog"
|
||||||
--with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.."
|
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
install -d ${D}${datadir}/aclocal
|
install -d ${D}${datadir}/aclocal
|
||||||
|
|||||||
Reference in New Issue
Block a user