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>
This commit is contained in:
Armin Kuster 2015-04-05 05:48:27 -07:00
parent 207c119e9f
commit b7f97449d0

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