mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
57d90f3729
commit
fe86f89510
@@ -1,6 +1,6 @@
|
|||||||
SUMMARY = "GNU All Mobile Managment Utilities"
|
SUMMARY = "GNU All Mobile Managment Utilities"
|
||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
DEPENDS = "cmake-native virtual/libiconv libdbi mysql5"
|
DEPENDS = "cmake-native virtual/libiconv libdbi mysql5 glib-2.0 udev"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf"
|
||||||
HOMEPAGE = "http://www.gammu.org/"
|
HOMEPAGE = "http://www.gammu.org/"
|
||||||
|
|||||||
Reference in New Issue
Block a user