-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 George Nita schreef op 21-03-14 08:23: > Without fusermount the '/etc/init.d/fuse status' command exits with > error. Added fusermount to PACKAGES list and ensured it gets installed.
How are you ensuring it gets installed? You only added a new packages, you haven't updated any R* variable to take the new package into account. > > Signed-off-by: George Nita <[email protected]> --- > meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb | 5 ++++- 1 file > changed, 4 insertions(+), 1 deletion(-) > > 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 > a761932..1e8f958 100644 --- > a/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb +++ > b/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb @@ -21,7 +21,8 @@ > inherit autotools pkgconfig > > EXTRA_OECONF = "--disable-kernel-module" > > -PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev > libulockmgr-dbg" +PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr > libulockmgr-dev \ + libulockmgr-dbg fusermount" > > RRECOMMENDS_${PN} = "kernel-module-fuse" > > @@ -40,4 +41,6 @@ DEBIAN_NOAUTONAME_fuse-utils-dbg = "1" > > do_install_append() { rm -rf ${D}${base_prefix}/dev + install -d > ${D}${base_bindir} + install -m 0755 ${B}/util/fusermount -t > ${D}${base_bindir} } > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: GPGTools - http://gpgtools.org iD8DBQFTLAFsMkyGM64RGpERAj7iAJ9imAv8fVGxLzkGfEY1M3iyyGbnHwCeKtaa GyHWWpd05haNOE69NMQQLaA= =XU/E -----END PGP SIGNATURE----- -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
