aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-04-05 15:47:47 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-11 10:57:54 +0200
commit5b6c62c46eb9ae0f3b33bf6d037f2730d4a7a7c9 (patch)
tree56a9aadf5c9ac47778d2415dca87309e35464836 /meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
parentbd07693089fb3527d92f645e12c9e10ba19debf5 (diff)
downloadmeta-openembedded-contrib-5b6c62c46eb9ae0f3b33bf6d037f2730d4a7a7c9.tar.gz
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@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb')
-rw-r--r--meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb2
1 files changed, 2 insertions, 0 deletions
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 0dac7cba33..bd05722117 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"