package/libqrtr-glib: new package
Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
81331b47d3
commit
ea64e05a1b
@ -2127,6 +2127,7 @@ N: Petr Vorel <petr.vorel@gmail.com>
|
|||||||
F: package/ima-evm-utils/
|
F: package/ima-evm-utils/
|
||||||
F: package/iproute2/
|
F: package/iproute2/
|
||||||
F: package/iputils/
|
F: package/iputils/
|
||||||
|
F: package/libqrtr-glib/
|
||||||
F: package/libtirpc/
|
F: package/libtirpc/
|
||||||
F: package/linux-backports/
|
F: package/linux-backports/
|
||||||
F: package/ltp-testsuite/
|
F: package/ltp-testsuite/
|
||||||
|
@ -1560,6 +1560,7 @@ menu "Hardware handling"
|
|||||||
source "package/libphidget/Config.in"
|
source "package/libphidget/Config.in"
|
||||||
source "package/libpri/Config.in"
|
source "package/libpri/Config.in"
|
||||||
source "package/libqmi/Config.in"
|
source "package/libqmi/Config.in"
|
||||||
|
source "package/libqrtr-glib/Config.in"
|
||||||
source "package/libraw1394/Config.in"
|
source "package/libraw1394/Config.in"
|
||||||
source "package/librtas/Config.in"
|
source "package/librtas/Config.in"
|
||||||
source "package/librtlsdr/Config.in"
|
source "package/librtlsdr/Config.in"
|
||||||
|
17
package/libqrtr-glib/Config.in
Normal file
17
package/libqrtr-glib/Config.in
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
config BR2_PACKAGE_LIBQRTR_GLIB
|
||||||
|
bool "libqrtr-glib"
|
||||||
|
depends on BR2_USE_WCHAR # glib2
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||||
|
depends on BR2_USE_MMU # glib2
|
||||||
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_15 # da7653f0faab
|
||||||
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
|
help
|
||||||
|
Qualcomm IPC Router protocol helper library.
|
||||||
|
Optional dependency for libqmi >= 1.28.0.
|
||||||
|
|
||||||
|
https://www.freedesktop.org/software/libqmi/libqrtr-glib/latest/
|
||||||
|
|
||||||
|
comment "libqrtr-glib needs a toolchain w/ wchar, threads, headers >= 4.15"
|
||||||
|
depends on BR2_USE_MMU
|
||||||
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||||
|
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_15
|
3
package/libqrtr-glib/libqrtr-glib.hash
Normal file
3
package/libqrtr-glib/libqrtr-glib.hash
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Locally computed
|
||||||
|
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB
|
||||||
|
sha256 30d879b2ade6f8f461def3a677755db5c0238babf688d5c83c03b3e6abe35cee libqrtr-glib-1.0.0.tar.xz
|
15
package/libqrtr-glib/libqrtr-glib.mk
Normal file
15
package/libqrtr-glib/libqrtr-glib.mk
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# libqrtr-glib
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
LIBQRTR_GLIB_VERSION = 1.0.0
|
||||||
|
LIBQRTR_GLIB_SITE = http://www.freedesktop.org/software/libqmi
|
||||||
|
LIBQRTR_GLIB_SOURCE = libqrtr-glib-$(LIBQRTR_GLIB_VERSION).tar.xz
|
||||||
|
LIBQRTR_GLIB_LICENSE = LGPL-2.1+
|
||||||
|
LIBQRTR_GLIB_LICENSE_FILES = COPYING.LIB
|
||||||
|
LIBQRTR_GLIB_INSTALL_STAGING = YES
|
||||||
|
LIBQRTR_GLIB_DEPENDENCIES = libglib2
|
||||||
|
|
||||||
|
$(eval $(autotools-package))
|
Loading…
Reference in New Issue
Block a user