aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-04-05 05:48:27 -0700
committerArmin Kuster <akuster808@gmail.com>2015-08-03 09:06:58 -0700
commitb7f97449d0e67176c514f2ce5cde7df25870151a (patch)
tree38a9a69ba7d562c6596297149a3997fdefca47b0 /meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb
parent207c119e9f3ab6976401a7d19988c8a1513a855e (diff)
downloadmeta-openembedded-b7f97449d0e67176c514f2ce5cde7df25870151a.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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb')
-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/*"