[oe-commits] Armin Kuster : unionfs-fuse: fix build warning

git at git.openembedded.org git at git.openembedded.org
Wed Jul 8 10:45:32 UTC 2015


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

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Fri Jul  3 14:04:48 2015 -0700

unionfs-fuse: fix build warning

WARNING: QA Issue: /usr/sbin/mount.unionfs_unionfs-fuse contained in package unionfs-fuse requires /bin/bash, but no providers found in its RDEPENDS [file-rdeps]

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

---

 meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb
index 38ded9f..7df9c39 100644
--- a/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb
+++ b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb
@@ -13,3 +13,5 @@ SRC_URI[sha256sum] = "8d5c9dcb51ecb9a9b03890e16d17e37d602b0c1f23ed6a9ddec2b0f719
 do_install() {
 	oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix}
 }
+
+RDEPENDS_${PN} += "bash"



More information about the Openembedded-commits mailing list