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

git at git.openembedded.org git at git.openembedded.org
Tue May 5 10:29:43 UTC 2015


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

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>

---

 meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb | 3 +++
 1 file changed, 3 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..a2f0ad8 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,6 @@ 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