aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2024-04-25 16:35:01 +0200
committerFlorian Eckert <fe@dev.tdt.de>2024-04-25 16:35:03 +0200
commit6efdaecf5b0b7aa2cd7828d5f8f4f96e1c903cf4 (patch)
treefd4835e7013a5b8d46f36908104cdbc2a2357071 /libs
parente35b92835ed034ab1309c94b0602f64e4fb8ec67 (diff)
libmbim: add missing PKG_VERSION for APK
The 'PKG_VERSION' string was missing and only 'PKG_SOURCE_VERSION' string was used. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'libs')
-rw-r--r--libs/libmbim/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/libmbim/Makefile b/libs/libmbim/Makefile
index 8165bf8f8..dcbb4c36b 100644
--- a/libs/libmbim/Makefile
+++ b/libs/libmbim/Makefile
@@ -8,11 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libmbim
-PKG_SOURCE_VERSION:=1.30.0
-PKG_RELEASE:=1
+PKG_VERSION:=1.30.0
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.freedesktop.org/mobile-broadband/libmbim.git
+PKG_SOURCE_VERSION:=$(PKG_VERSION)
PKG_MIRROR_HASH:=792c2310290ac3a2ee690e25eda7c79c1e982aa41b3bff2be7454f3505a09827
PKG_BUILD_FLAGS:=gc-sections