summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/gammu
diff options
context:
space:
mode:
authorJacob Kroon <jacob.kroon@mikrodidakt.se>2014-07-20 16:21:58 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-22 00:02:00 +0200
commitfe86f89510f8023fed99bfc02880d4f1a863d3fc (patch)
treec024b278018e07bea46871c9fb88091d538f9228 /meta-oe/recipes-connectivity/gammu
parent57d90f372912efc00499983c628daab9a38071b2 (diff)
downloadmeta-openembedded-fe86f89510f8023fed99bfc02880d4f1a863d3fc.tar.gz
gammu: Add missing glib-2.0 and udev build dependencies
Since they are autodetected they introduce floating dependencies, so for now just require them at build time. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/gammu')
-rw-r--r--meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb2
1 files changed, 1 insertions, 1 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 d123d384b..0dac7cba3 100644
--- a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
+++ b/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
@@ -1,6 +1,6 @@
1SUMMARY = "GNU All Mobile Managment Utilities" 1SUMMARY = "GNU All Mobile Managment Utilities"
2SECTION = "console/network" 2SECTION = "console/network"
3DEPENDS = "cmake-native virtual/libiconv libdbi mysql5" 3DEPENDS = "cmake-native virtual/libiconv libdbi mysql5 glib-2.0 udev"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf" 5LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf"
6HOMEPAGE = "http://www.gammu.org/" 6HOMEPAGE = "http://www.gammu.org/"