modemmanager: bump to 1.20.2

Drop deprecated AUTORELEASE.

Disable unused tests as its compilation is optional in 1.20.

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
This commit is contained in:
Kuan-Yi Li 2022-11-29 02:34:28 +08:00 committed by 1582130940
parent b4091d3fe3
commit cbf67beb4b

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=modemmanager PKG_NAME:=modemmanager
PKG_SOURCE_VERSION:=1.18.12 PKG_SOURCE_VERSION:=1.20.2
PKG_RELEASE:=$(AUTORELEASE) PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git PKG_SOURCE_URL:=https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git
PKG_MIRROR_HASH:=5a32f90fc58345e2136f4196166a7a2b95a804a6b92adf1bfb5b7a1173a5b1a0 PKG_MIRROR_HASH:=f138effc693456c5040ec22e17c0a8b41143c3b17b62437462995c297a9150dc
PKG_MAINTAINER:=Nicholas Smith <nicholas@nbembedded.com> PKG_MAINTAINER:=Nicholas Smith <nicholas@nbembedded.com>
PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE:=GPL-2.0-or-later
@ -56,6 +56,7 @@ endef
MESON_ARGS += \ MESON_ARGS += \
-Dudev=false \ -Dudev=false \
-Dudevdir=/lib/udev \ -Dudevdir=/lib/udev \
-Dtests=false \
-Dsystemdsystemunitdir=no \ -Dsystemdsystemunitdir=no \
-Dsystemd_suspend_resume=false \ -Dsystemd_suspend_resume=false \
-Dsystemd_journal=false \ -Dsystemd_journal=false \