diff options
author | Scott Ellis <scottellis.developer@gmail.com> | 2016-08-29 08:46:41 -0400 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-08-29 20:59:42 +0100 |
commit | cc64d6324d1543f009f0c010d720e74b7cb9f5d5 (patch) | |
tree | 45a51ba9d9303def8d886db88aef12281cf0c663 | |
parent | 2745399f75d7564fcc586d0365ff73be47849d0e (diff) | |
download | meta-raspberrypi-cc64d6324d1543f009f0c010d720e74b7cb9f5d5.tar.gz |
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>
-rw-r--r-- | recipes-graphics/userland/userland_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 6e73ca7..99cf02c 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
@@ -71,3 +71,5 @@ FILES_${PN}-doc += "${datadir}/install" | |||
71 | FILES_${PN}-dbg += "${libdir}/plugins/.debug" | 71 | FILES_${PN}-dbg += "${libdir}/plugins/.debug" |
72 | 72 | ||
73 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 73 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
74 | |||
75 | RDEPENDS_${PN} += "bash" | ||