libqmi: new package
libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol. Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e26267ef2e
commit
211a5df280
@ -484,6 +484,7 @@ source "package/libhid/Config.in"
|
||||
source "package/libiqrf/Config.in"
|
||||
source "package/libnfc/Config.in"
|
||||
source "package/libnfc-llcp/Config.in"
|
||||
source "package/libqmi/Config.in"
|
||||
source "package/libserial/Config.in"
|
||||
source "package/libusb/Config.in"
|
||||
source "package/libusb-compat/Config.in"
|
||||
|
9
package/libqmi/Config.in
Normal file
9
package/libqmi/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_LIBQMI
|
||||
bool "libqmi"
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
depends on BR2_USE_WCHAR # libglib2
|
||||
help
|
||||
libqmi is a glib-based library for talking to WWAN modems and devices
|
||||
which speak the Qualcomm MSM Interface (QMI) protocol.
|
||||
|
||||
http://www.freedesktop.org/wiki/Software/libqmi/
|
16
package/libqmi/libqmi.mk
Normal file
16
package/libqmi/libqmi.mk
Normal file
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# libqmi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBQMI_VERSION = 1.4.0
|
||||
LIBQMI_SITE = http://www.freedesktop.org/software/libqmi/
|
||||
LIBQMI_SOURCE = libqmi-$(LIBQMI_VERSION).tar.xz
|
||||
LIBQMI_LICENSE = LGPLv2+ (library), GPLv2+ (programs)
|
||||
LIBQMI_LICENSE_FILES = COPYING
|
||||
LIBQMI_INSTALL_STAGING = YES
|
||||
|
||||
LIBQMI_DEPENDENCIES = libglib2
|
||||
|
||||
$(eval $(autotools-package))
|
Loading…
Reference in New Issue
Block a user