From cc64d6324d1543f009f0c010d720e74b7cb9f5d5 Mon Sep 17 00:00:00 2001 From: Scott Ellis Date: Mon, 29 Aug 2016 08:46:41 -0400 Subject: [PATCH] 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 --- 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"