mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
207c119e9f
commit
b7f97449d0
|
|
@ -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/*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user