[oe-commits] Martin Jansa : owfs: 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: d504a8ae95ac74807af943f364593859ffedeb15
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d504a8ae95ac74807af943f364593859ffedeb15

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

owfs: remove unrecognized configure options

* fixes following QA warnings:
  owfs-2.9p1: owfs: configure was passed unrecognised options:
    --enable-cache --enable-mt [unknown-configure-option]

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

---

 meta-filesystems/recipes-filesystems/owfs/owfs_2.9p1.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-filesystems/recipes-filesystems/owfs/owfs_2.9p1.bb b/meta-filesystems/recipes-filesystems/owfs/owfs_2.9p1.bb
index e8b34d3..21fd7e9 100644
--- a/meta-filesystems/recipes-filesystems/owfs/owfs_2.9p1.bb
+++ b/meta-filesystems/recipes-filesystems/owfs/owfs_2.9p1.bb
@@ -22,8 +22,6 @@ EXTRA_OECONF = " \
                  --with-fuselib=${STAGING_LIBDIR} \
                  --enable-owfs \
                  --enable-owhttpd \
-                 --enable-cache \
-                 --enable-mt \
                  --enable-w1 \
                  --disable-swig \
                  --disable-owtcl \



More information about the Openembedded-commits mailing list