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