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>
This commit is contained in:
Armin Kuster 2015-04-05 05:48:27 -07:00 committed by Martin Jansa
parent 2858827ae7
commit 4a18fe1da7

View File

@ -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/*"