aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/modemmanager
diff options
context:
space:
mode:
authorAdrian <adrian.freihofer@gmail.com>2015-11-11 20:48:05 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-12-18 12:28:21 +0100
commit7e81a1d26962da6b5cb66f650514af7f2fc84ec9 (patch)
tree6a99148a666730c3a9bf16b3854e4fedd89205d6 /meta-oe/recipes-connectivity/modemmanager
parent62bfd1f93f8873611e818c7cc8c13a761d629502 (diff)
downloadmeta-openembedded-7e81a1d26962da6b5cb66f650514af7f2fc84ec9.tar.gz
modemmanager: Update to 1.4.12
- Fixes segfaults, memleaks and other bugs - Support more modems Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/modemmanager')
-rw-r--r--meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.12.bb (renamed from meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.12.bb
index b273c91463..3b64d7a2b9 100644
--- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
+++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.12.bb
@@ -1,19 +1,19 @@
SUMMARY = "ModemManager is a daemon controlling broadband devices/connections"
DESCRIPTION = "ModemManager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G) devices and connections"
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/ModemManager/"
-LICENSE = "GPLv2 & LGPLv2.1"
+LICENSE = "GPL-2.0 & LGPL-2.1"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
"
-inherit autotools gettext gtk-doc systemd
+inherit gnomebase gettext systemd
DEPENDS = "glib-2.0 libmbim libqmi polkit libgudev dbus-glib"
SRC_URI = "http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz"
-SRC_URI[md5sum] = "fe74eaa9a77e51e552b4356b4c7195cb"
-SRC_URI[sha256sum] = "07d332fbe6f45f788f740810951e04042aaf023bd5ecf8ef0b3a06e37703585d"
+SRC_URI[md5sum] = "66cc7266b15525cb366253e6639fc564"
+SRC_URI[sha256sum] = "7ef5035375a953b285a742591df0a65fd442f4641ce4d8f4392a41d6d6bc70b3"
S = "${WORKDIR}/ModemManager-${PV}"