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@gmail.com>
This commit is contained in:
Martin Jansa 2014-08-09 15:44:08 +02:00
parent e75547fb8d
commit 8192e4a3d8

View 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"