[oe-commits] Armin Kuster : gateone: Fix QA warnings

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


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

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

gateone: Fix QA warnings

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

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

---

 meta-python/recipes-connectivity/gateone/gateone_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-connectivity/gateone/gateone_git.bb b/meta-python/recipes-connectivity/gateone/gateone_git.bb
index edc9977..7eae12a 100644
--- a/meta-python/recipes-connectivity/gateone/gateone_git.bb
+++ b/meta-python/recipes-connectivity/gateone/gateone_git.bb
@@ -76,6 +76,7 @@ RDEPENDS_${PN} = "mime-support \
                   python-tornado \
                   python-unixadmin \
                   python-xml \
+                  bash \
 "
 
 SYSTEMD_SERVICE_${PN} = "gateone.service"



More information about the Openembedded-commits mailing list