[oe-commits] Armin Kuster : pm-qa: Fix QA warnings

git at git.openembedded.org git at git.openembedded.org
Fri May 1 14:54:11 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: d9b6b814758dd8744b38c28ee1f762cb500c51b2
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d9b6b814758dd8744b38c28ee1f762cb500c51b2

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Sun Apr  5 05:50:15 2015 -0700

pm-qa: Fix QA warnings

WARNING: QA Issue: pm-qa requires /bin/bash, but no providers in its RDEPENDS [file-rdeps]

Signed-off-by: Armin Kuster <akuster808 at gmail.com>

---

 meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb b/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb
index dc16aef..66804dd 100644
--- a/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb
+++ b/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb
@@ -63,3 +63,4 @@ do_install () {
         install -m 0755 $script ${D}${bindir}/${script_basename}
     done
 }
+RDEPENDS_${PN} +="bash"



More information about the Openembedded-commits mailing list