Move all to deprecated folder.
This commit is contained in:
15
deprecated/firmware/buildroot/package/libqmi/Config.in
Normal file
15
deprecated/firmware/buildroot/package/libqmi/Config.in
Normal file
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_LIBQMI
|
||||
bool "libqmi"
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
depends on BR2_USE_WCHAR # libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||
depends on BR2_USE_MMU # 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/
|
||||
|
||||
comment "libqmi needs a toolchain w/ wchar, threads"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
2
deprecated/firmware/buildroot/package/libqmi/libqmi.hash
Normal file
2
deprecated/firmware/buildroot/package/libqmi/libqmi.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 0857bffece4e8ddfa7f721dd9ca63b4c78de345ac9ae2faebf04062cacba3780 libqmi-1.12.6.tar.xz
|
||||
19
deprecated/firmware/buildroot/package/libqmi/libqmi.mk
Normal file
19
deprecated/firmware/buildroot/package/libqmi/libqmi.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# libqmi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBQMI_VERSION = 1.12.6
|
||||
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
|
||||
|
||||
# we don't want -Werror
|
||||
LIBQMI_CONF_OPTS = --enable-more-warnings=no
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user