aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-04-05 05:48:27 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-11 10:57:10 +0200
commit4a18fe1da77edc9e40aa27eba05ec2e2492fb2d8 (patch)
treea6716930190695d4280adb6ef0edef14af948bc3
parent2858827ae7bdb8b8c55939388e38c7a7dbda4239 (diff)
downloadmeta-openembedded-contrib-4a18fe1da77edc9e40aa27eba05ec2e2492fb2d8.tar.gz
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@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb3
1 files changed, 2 insertions, 1 deletions
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 bbedb784a8..35ba16141f 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/*"