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

git at git.openembedded.org git at git.openembedded.org
Tue Aug 18 10:44:18 UTC 2015


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

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

gammu: Fix QA warnings

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

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

---

 meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb b/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
index 0dac7cb..bd05722 100644
--- a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
+++ b/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
@@ -53,3 +53,5 @@ FILES_libgammu = "${libdir}/libGammu.so.*"
 FILES_libgsmsd = "${libdir}/libgsmsd.so.*"
 FILES_python-${PN} = "${PYTHON_SITEPACKAGES_DIR}/gammu/*.??"
 
+RDEPENDS_${PN} += "bash"
+RDEPENDS_${PN}-dev += "bash"



More information about the Openembedded-commits mailing list