parent
60f65cc98d
commit
1e550eb895
|
|
@ -1,7 +1,7 @@
|
|||
DESCRIPTION0 = "ModemManager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G) devices and connections\
|
||||
Debug version enables access to hardware by cli to get e.g. status messages"
|
||||
|
||||
require modemmanager_1.8.0.bb
|
||||
require modemmanager_1.8.2.bb
|
||||
|
||||
RPROVIDES_modemmanager-debug += " modemmanager"
|
||||
|
||||
|
|
@ -12,13 +12,13 @@ inherit autotools gettext gtk-doc systemd gobject-introspection
|
|||
DEPENDS = "glib-2.0 libmbim libqmi polkit libgudev dbus-glib libxslt-native glib-2.0-native"
|
||||
|
||||
SRC_URI = " \
|
||||
git://anongit.freedesktop.org/ModemManager/ModemManager \
|
||||
file://make-compilable.patch \
|
||||
http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz \
|
||||
"
|
||||
|
||||
SRCREV = "223b754fccba28dbb3ce950058a81bd133c8ce86"
|
||||
SRC_URI[md5sum] = "a49c9f73e46c7b89e5efedda250d22c0"
|
||||
SRC_URI[sha256sum] = "96f2a5f0ed15532b4c4c185b756fdc0326e7c2027cea26a1264f91e098260f80"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
S = "${WORKDIR}/ModemManager-${PV}"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/icons \
|
||||
Loading…
Reference in New Issue