mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
committed by
Martin Jansa
parent
2858827ae7
commit
4a18fe1da7
@@ -54,6 +54,7 @@ do_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
RDEPENDS_${PN} += "python-stringold python-subprocess python-shell \
|
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/*"
|
FILES_${PN} += "${sbindir}/* /etc/init.d/* /etc/target/*"
|
||||||
|
|||||||
Reference in New Issue
Block a user