diff options
author | Kuan-Yi Li <kyli@abysm.org> | 2022-11-29 02:34:28 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2022-12-09 06:32:32 +0800 |
commit | cec29e91055c7e1722a99762fa1994198729d264 (patch) | |
tree | 11ea2ee3fadbc2772187d3ebd94a6ff57c0b0c32 /net | |
parent | 570c549bc686e71750b83cebce4e7162acef752a (diff) |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/modemmanager/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/modemmanager/Makefile b/net/modemmanager/Makefile index ae07e6107..6cbd6f738 100644 --- a/net/modemmanager/Makefile +++ b/net/modemmanager/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=modemmanager -PKG_SOURCE_VERSION:=1.18.12 -PKG_RELEASE:=$(AUTORELEASE) +PKG_SOURCE_VERSION:=1.20.2 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=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_LICENSE:=GPL-2.0-or-later @@ -56,6 +56,7 @@ endef MESON_ARGS += \ -Dudev=false \ -Dudevdir=/lib/udev \ + -Dtests=false \ -Dsystemdsystemunitdir=no \ -Dsystemd_suspend_resume=false \ -Dsystemd_journal=false \ |