[oe] [meta-oe][PATCH 2/2] gammu: Add missing glib-2.0 and udev build dependencies

Jacob Kroon jacob.kroon at mikrodidakt.se
Sun Jul 20 14:21:58 UTC 2014


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>
---
 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/"
-- 
1.9.3




More information about the Openembedded-devel mailing list