summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ellis <scottellis.developer@gmail.com>2016-08-29 08:46:41 -0400
committerAndrei Gherzan <andrei@gherzan.ro>2016-08-29 20:59:42 +0100
commitcc64d6324d1543f009f0c010d720e74b7cb9f5d5 (patch)
tree45a51ba9d9303def8d886db88aef12281cf0c663
parent2745399f75d7564fcc586d0365ff73be47849d0e (diff)
downloadmeta-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.bb2
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"
71FILES_${PN}-dbg += "${libdir}/plugins/.debug" 71FILES_${PN}-dbg += "${libdir}/plugins/.debug"
72 72
73PACKAGE_ARCH = "${MACHINE_ARCH}" 73PACKAGE_ARCH = "${MACHINE_ARCH}"
74
75RDEPENDS_${PN} += "bash"