diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2019-05-22 15:16:42 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-05-23 08:26:14 -0700 |
| commit | bde3a38d61754cc82288961ce6d1dcda6f9115be (patch) | |
| tree | 00c5d0fca212af0970f53e1eaf956ad94fddb1ea /meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb | |
| parent | bb4aa80bfbd67ddfafeaf7700aff993592387a21 (diff) | |
| download | meta-openembedded-bde3a38d61754cc82288961ce6d1dcda6f9115be.tar.gz | |
modemmanager: Update to 1.10.0
Commit includes removal of upstream merged patch.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb deleted file mode 100644 index f9b302a3db..0000000000 --- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb +++ /dev/null | |||
| @@ -1,58 +0,0 @@ | |||
| 1 | SUMMARY = "ModemManager is a daemon controlling broadband devices/connections" | ||
| 2 | DESCRIPTION = "ModemManager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G) devices and connections" | ||
| 3 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/ModemManager/" | ||
| 4 | LICENSE = "GPL-2.0 & LGPL-2.1" | ||
| 5 | LIC_FILES_CHKSUM = " \ | ||
| 6 | file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
| 7 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ | ||
| 8 | " | ||
| 9 | |||
| 10 | inherit gnomebase gettext systemd vala gobject-introspection bash-completion | ||
| 11 | |||
| 12 | DEPENDS = "glib-2.0 libgudev dbus-glib intltool-native libxslt-native" | ||
| 13 | |||
| 14 | SRC_URI = "http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz \ | ||
| 15 | file://0001-Do-not-set-Wno-unused-but-set-variable.patch \ | ||
| 16 | file://0001-Do-not-pass-null-string-to-s-printf-formatted-string.patch \ | ||
| 17 | " | ||
| 18 | |||
| 19 | SRC_URI[md5sum] = "a49c9f73e46c7b89e5efedda250d22c0" | ||
| 20 | SRC_URI[sha256sum] = "96f2a5f0ed15532b4c4c185b756fdc0326e7c2027cea26a1264f91e098260f80" | ||
| 21 | |||
| 22 | S = "${WORKDIR}/ModemManager-${PV}" | ||
| 23 | |||
| 24 | PACKAGECONFIG ??= "mbim qmi \ | ||
| 25 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd polkit', d)} \ | ||
| 26 | " | ||
| 27 | |||
| 28 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,," | ||
| 29 | PACKAGECONFIG[polkit] = "--with-polkit=yes,--with-polkit=no,polkit" | ||
| 30 | # Support WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. | ||
| 31 | PACKAGECONFIG[mbim] = "--with-mbim,--without-mbim,libmbim" | ||
| 32 | # Support WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol. | ||
| 33 | PACKAGECONFIG[qmi] = "--with-qmi,--without-qmi,libqmi" | ||
| 34 | |||
| 35 | EXTRA_OECONF = " \ | ||
| 36 | --with-udev-base-dir=${nonarch_base_libdir}/udev \ | ||
| 37 | " | ||
| 38 | CFLAGS_append_toolchain-gcc = " -Wno-unused-but-set-variable" | ||
| 39 | |||
| 40 | FILES_${PN} += " \ | ||
| 41 | ${datadir}/icons \ | ||
| 42 | ${datadir}/polkit-1 \ | ||
| 43 | ${datadir}/dbus-1 \ | ||
| 44 | ${libdir}/ModemManager \ | ||
| 45 | ${systemd_unitdir}/system \ | ||
| 46 | " | ||
| 47 | |||
| 48 | FILES_${PN}-dev += " \ | ||
| 49 | ${libdir}/ModemManager/*.la \ | ||
| 50 | " | ||
| 51 | |||
| 52 | FILES_${PN}-staticdev += " \ | ||
| 53 | ${libdir}/ModemManager/*.a \ | ||
| 54 | " | ||
| 55 | |||
| 56 | FILES_${PN}-dbg += "${libdir}/ModemManager/.debug" | ||
| 57 | |||
| 58 | SYSTEMD_SERVICE_${PN} = "ModemManager.service" | ||
