[oe-commits] Jacob Kroon : gammu: Add missing glib-2.0 and udev build dependencies

git at git.openembedded.org git at git.openembedded.org
Mon Jul 21 22:04:30 UTC 2014


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

Author: Jacob Kroon <jacob.kroon at mikrodidakt.se>
Date:   Sun Jul 20 16:21:58 2014 +0200

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 at mikrodidakt.se>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

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

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 d123d38..0dac7cb 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 @@
 SUMMARY = "GNU All Mobile Managment Utilities"
 SECTION = "console/network"
-DEPENDS = "cmake-native virtual/libiconv libdbi mysql5"
+DEPENDS = "cmake-native virtual/libiconv libdbi mysql5 glib-2.0 udev"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf"
 HOMEPAGE = "http://www.gammu.org/"



More information about the Openembedded-commits mailing list