diff options
author | Nicholas Smith <nicholas@nbembedded.com> | 2021-08-22 16:12:08 +1000 |
---|---|---|
committer | Nicholas Smith <nicholas@nbembedded.com> | 2021-08-22 16:12:08 +1000 |
commit | daeb94469b74be7db9c19e2a7a8dab3705e4bd0c (patch) | |
tree | d50ac25d5126e0302afc115995a76a38418e1361 /libs/libqmi | |
parent | 858d61b1483ebcbb4ef5e6a8be54e92c957e640d (diff) |
libqmi: switch to autorelease
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
Diffstat (limited to 'libs/libqmi')
-rw-r--r-- | libs/libqmi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libqmi/Makefile b/libs/libqmi/Makefile index 811137132..792d3968d 100644 --- a/libs/libqmi/Makefile +++ b/libs/libqmi/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libqmi PKG_VERSION:=1.28.8 -PKG_RELEASE:=1 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.freedesktop.org/software/libqmi |