fuse: remove unrecognized configure option
authorMartin Jansa <Martin.Jansa@gmail.com>
Sat, 9 Aug 2014 13:44:08 +0000 (15:44 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:41:18 +0000 (08:41 -0800)
* fixes following QA warning:
  fuse-2.9.3: fuse: configure was passed unrecognised options:
  --disable-kernel-module [unknown-configure-option]

(From meta-openembedded rev: 8192e4a3d8f29ad1427014bfb492513eb3aed130)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb

index 2ff8e20..60fea87 100644 (file)
@@ -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"