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

git at git.openembedded.org git at git.openembedded.org
Wed Apr 29 19:03:32 UTC 2015


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

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>

---

 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