[oe-commits] Armin Kuster : lio-utils: fix QA warnings

git at git.openembedded.org git at git.openembedded.org
Tue Aug 18 10:44:16 UTC 2015


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

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Sun Apr  5 05:48:27 2015 -0700

lio-utils: fix QA warnings

WARNING: QA Issue: lio-utils requires /bin/bash, but no providers in its RDEPENDS [file-rdeps]

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

---

 meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb b/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb
index bbedb78..35ba161 100644
--- a/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb
+++ b/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb
@@ -54,6 +54,7 @@ do_install() {
 }
 
 RDEPENDS_${PN} += "python-stringold python-subprocess python-shell \
-    python-datetime python-textutils python-crypt python-netclient python-email"
+    python-datetime python-textutils python-crypt python-netclient python-email \
+    bash"
 
 FILES_${PN} += "${sbindir}/* /etc/init.d/* /etc/target/*"



More information about the Openembedded-commits mailing list