userland: Add bash to RDEPENDS

WARNING: userland-git-r5 do_package_qa: QA Issue: /usr/bin/dtoverlay-post
contained in package userland requires /bin/bash, but no providers found
in RDEPENDS_userland? [file-rdeps]

Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
This commit is contained in:
Scott Ellis 2016-08-29 08:46:41 -04:00 committed by Andrei Gherzan
parent 2745399f75
commit cc64d6324d

View File

@ -71,3 +71,5 @@ FILES_${PN}-doc += "${datadir}/install"
FILES_${PN}-dbg += "${libdir}/plugins/.debug"
PACKAGE_ARCH = "${MACHINE_ARCH}"
RDEPENDS_${PN} += "bash"