mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
libqmi: bump to 1.28.0
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
This commit is contained in:
@@ -1,9 +1,16 @@
|
|||||||
menu "Configuration"
|
menu "Configuration"
|
||||||
depends on PACKAGE_libqmi
|
depends on PACKAGE_libqmi
|
||||||
|
|
||||||
|
config LIBQMI_WITH_MBIM_QMUX
|
||||||
|
bool "Include MBIM QMUX service support"
|
||||||
|
default y
|
||||||
|
help
|
||||||
|
Compile libqmi with QMI-over-MBIM support
|
||||||
|
|
||||||
|
config LIBQMI_WITH_QRTR_GLIB
|
||||||
|
bool "Include QRTR support"
|
||||||
|
default y
|
||||||
|
help
|
||||||
|
Compile libqmi with QRTR support
|
||||||
|
|
||||||
config LIBQMI_WITH_MBIM_QMUX
|
|
||||||
bool "Include MBIM QMUX service support"
|
|
||||||
default y
|
|
||||||
help
|
|
||||||
Compile libqmi with QMI-over-MBIM support
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|||||||
@@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libqmi
|
PKG_NAME:=libqmi
|
||||||
PKG_VERSION:=1.26.8
|
PKG_VERSION:=1.28.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://www.freedesktop.org/software/libqmi
|
PKG_SOURCE_URL:=https://www.freedesktop.org/software/libqmi
|
||||||
PKG_HASH:=ef76dc95ab0a06321a1bd25e875489cba12c9f6611974ca0135cf067bb20c960
|
PKG_HASH:=e235f63aa375da322e32ad135671757c5a93b0df59e60dcc17703762b32e9a94
|
||||||
|
|
||||||
PKG_MAINTAINER:=Nicholas Smith <nicholas.smith@telcoantennas.com.au>
|
PKG_MAINTAINER:=Nicholas Smith <nicholas.smith@telcoantennas.com.au>
|
||||||
|
|
||||||
@@ -32,7 +32,8 @@ define Package/libqmi
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+glib2 \
|
+glib2 \
|
||||||
+LIBQMI_WITH_MBIM_QMUX:libmbim
|
+LIBQMI_WITH_MBIM_QMUX:libmbim \
|
||||||
|
+LIBQMI_WITH_QRTR_GLIB:libqrtr-glib
|
||||||
TITLE:=Helper library to talk to QMI enabled modems
|
TITLE:=Helper library to talk to QMI enabled modems
|
||||||
URL:=https://www.freedesktop.org/wiki/Software/libqmi
|
URL:=https://www.freedesktop.org/wiki/Software/libqmi
|
||||||
LICENSE:=LGPL-2.0-or-later
|
LICENSE:=LGPL-2.0-or-later
|
||||||
@@ -66,6 +67,7 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--enable-firmware-update \
|
--enable-firmware-update \
|
||||||
--$(if $(LIBQMI_WITH_MBIM_QMUX),en,dis)able-mbim-qmux \
|
--$(if $(LIBQMI_WITH_MBIM_QMUX),en,dis)able-mbim-qmux \
|
||||||
|
--$(if $(LIBQMI_WITH_QRTR_GLIB),en,dis)able-qrtr \
|
||||||
--enable-more-warnings=yes \
|
--enable-more-warnings=yes \
|
||||||
--without-udev \
|
--without-udev \
|
||||||
--without-udev-base-dir
|
--without-udev-base-dir
|
||||||
|
|||||||
Reference in New Issue
Block a user