diff options
| author | Armin Kuster <akuster808@gmail.com> | 2015-04-05 05:48:27 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-11 10:57:10 +0200 |
| commit | 4a18fe1da77edc9e40aa27eba05ec2e2492fb2d8 (patch) | |
| tree | a6716930190695d4280adb6ef0edef14af948bc3 | |
| parent | 2858827ae7bdb8b8c55939388e38c7a7dbda4239 (diff) | |
| download | meta-openembedded-4a18fe1da77edc9e40aa27eba05ec2e2492fb2d8.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>
| -rw-r--r-- | meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb | 3 |
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() { | |||
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | RDEPENDS_${PN} += "python-stringold python-subprocess python-shell \ | 56 | RDEPENDS_${PN} += "python-stringold python-subprocess python-shell \ |
| 57 | python-datetime python-textutils python-crypt python-netclient python-email" | 57 | python-datetime python-textutils python-crypt python-netclient python-email \ |
| 58 | bash" | ||
| 58 | 59 | ||
| 59 | FILES_${PN} += "${sbindir}/* /etc/init.d/* /etc/target/*" | 60 | FILES_${PN} += "${sbindir}/* /etc/init.d/* /etc/target/*" |
