summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Björklund <nora.bjorklund@enea.com>2016-01-27 17:18:24 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2016-01-28 12:01:10 +0100
commite7bd5556a12c8108a67ddf2852a0b58d615fea3c (patch)
tree69db26a0e6c10e91a2e1ba3044055e67c3c49eca
parent81a99dc393ff51add3b5ab7ec87936b379fd93d3 (diff)
downloadmeta-el-common-e7bd5556a12c8108a67ddf2852a0b58d615fea3c.tar.gz
fuse: remove bbappend for fuse
Remove bbappend for fuse since the problem it was supposed to fix no longer persists. A bug was reported [1] that error occured when using $ /etc/init.d/fuse status When building the openembedded version without this bbappend there is no longer any error: root@qemuppc:~# /etc/init.d/fuse status Checking fuse filesystem ok. root@qemuppc:~# -------- [1] http://patchwork.openembedded.org/patch/68995/ Signed-off-by: Nora Björklund <nora.bjorklund@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--recipes-support/fuse/fuse_2.9.3.bbappend8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-support/fuse/fuse_2.9.3.bbappend b/recipes-support/fuse/fuse_2.9.3.bbappend
deleted file mode 100644
index e4a6816..0000000
--- a/recipes-support/fuse/fuse_2.9.3.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
1PACKAGES =+ "fusermount"
2
3FILES_fusermount += "${base_bindir}/fusermount"
4
5do_install_append () {
6 install -d ${D}${base_bindir}
7 install -m 0755 ${B}/util/fusermount -t ${D}${base_bindir}
8}