[yocto] [meta-raspberrypi][PATCH] userland: Add bash to RDEPENDS

Scott Ellis scottellis.developer at gmail.com
Mon Aug 29 05:46:41 PDT 2016


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 at jumpnowtek.com>
---
 recipes-graphics/userland/userland_git.bb | 2 ++
 1 file changed, 2 insertions(+)

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"
 FILES_${PN}-dbg += "${libdir}/plugins/.debug"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+RDEPENDS_${PN} += "bash"
-- 
2.7.4




More information about the yocto mailing list