[oe-commits] Martin Jansa : fuse: remove unrecognized configure option

git at git.openembedded.org git at git.openembedded.org
Sun Aug 10 08:54:11 UTC 2014


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

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

fuse: remove unrecognized configure option

* fixes following QA warning:
  fuse-2.9.3: fuse: configure was passed unrecognised options:
  --disable-kernel-module [unknown-configure-option]

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

---

 meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb
index 2ff8e20..60fea87 100644
--- a/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb
+++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb
@@ -21,8 +21,6 @@ inherit autotools pkgconfig
 
 DEPENDS = "gettext-native"
 
-EXTRA_OECONF = "--disable-kernel-module"
-
 PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg"
 
 RRECOMMENDS_${PN} = "kernel-module-fuse"



More information about the Openembedded-commits mailing list