package/l*/Config.in: fix ordering of statements
The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter l in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6acd0a542e
commit
190b2b409c
package
lapack
lesstif
libcroco
libdri2
libdrm
libepoxy
libfm-extra
libfm
libfreeglut
libftdi1
libgdiplus
libglib2
libgtk2
libgtk3
libiio
libmad
libmatroska
libnice
libnss
libplayer
libqmi
librsvg
librtlsdr
libsecret
libselinux
libsemanage
libsigrok
libsigrokdecode
libstrophe
libupnpp
liburcu
libva-intel-driver
libva
libwebsock
libxmlpp
lightning
linknx
linphone
linux-pam
ljlinenoise
lmbench
log4cxx
logrotate
lsqlite3
ltp-testsuite
ltrace
lttng-babeltrace
lttng-libust
lua-coatpersistent
lua-ev
luaexpat
luajit
luasec
luv
lxc
lzlib
@ -15,7 +15,7 @@ config BR2_PACKAGE_LAPACK
|
||||
|
||||
config BR2_PACKAGE_LAPACK_COMPLEX
|
||||
bool "Complex/Complex16 support"
|
||||
depends on BR2_PACKAGE_LAPACK
|
||||
default y
|
||||
depends on BR2_PACKAGE_LAPACK
|
||||
help
|
||||
Builds support for COMPLEX and COMPLEX16 data types.
|
||||
|
@ -1,10 +1,10 @@
|
||||
config BR2_PACKAGE_LESSTIF
|
||||
bool "lesstif"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_XLIB_LIBXT
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||
select BR2_PACKAGE_FREETYPE
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
lesstif is the Hungry Programmers' version of OSF/Motif
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
config BR2_PACKAGE_LIBCROCO
|
||||
bool "libcroco"
|
||||
select BR2_PACKAGE_LIBXML2
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
depends on BR2_USE_WCHAR # glib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||
depends on BR2_USE_MMU # glib2
|
||||
select BR2_PACKAGE_LIBXML2
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
help
|
||||
Libcroco is a standalone css2 parsing and manipulation
|
||||
library. The parser provides a low level event driven SAC
|
||||
|
@ -1,11 +1,11 @@
|
||||
config BR2_PACKAGE_LIBDRI2
|
||||
bool "libdri2"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_XLIB_LIBXDAMAGE
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||
select BR2_PACKAGE_XPROTO_DRI2PROTO
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
help
|
||||
Library for the DRI2 extension to the X Window System.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
menuconfig BR2_PACKAGE_LIBDRM
|
||||
bool "libdrm"
|
||||
select BR2_PACKAGE_LIBPTHREAD_STUBS
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libpthread-stubs
|
||||
select BR2_PACKAGE_LIBPTHREAD_STUBS
|
||||
help
|
||||
Direct Rendering Manager
|
||||
|
||||
@ -20,10 +20,10 @@ config BR2_PACKAGE_LIBDRM_ENABLE_ATOMIC
|
||||
|
||||
config BR2_PACKAGE_LIBDRM_INTEL
|
||||
bool "intel"
|
||||
select BR2_PACKAGE_LIBPCIACCESS
|
||||
depends on BR2_i386 || BR2_x86_64
|
||||
depends on BR2_PACKAGE_LIBDRM_HAS_ATOMIC
|
||||
select BR2_PACKAGE_LIBDRM_ENABLE_ATOMIC
|
||||
select BR2_PACKAGE_LIBPCIACCESS
|
||||
help
|
||||
Install intel graphics driver.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
config BR2_PACKAGE_LIBEPOXY
|
||||
bool "libepoxy"
|
||||
select BR2_PACKAGE_XUTIL_UTIL_MACROS
|
||||
depends on BR2_PACKAGE_HAS_LIBEGL || BR2_PACKAGE_HAS_LIBGL
|
||||
select BR2_PACKAGE_XUTIL_UTIL_MACROS
|
||||
help
|
||||
Epoxy is a library for handling OpenGL function pointer
|
||||
management for you.
|
||||
|
@ -1,9 +1,9 @@
|
||||
config BR2_PACKAGE_LIBFM_EXTRA
|
||||
bool "libfm-extra"
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
depends on BR2_USE_WCHAR # libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||
depends on BR2_USE_MMU # libglib2
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
help
|
||||
The libfm-extra package contains a library and other files
|
||||
required by menu-cache-gen libexec of menu-cache
|
||||
|
@ -1,15 +1,15 @@
|
||||
config BR2_PACKAGE_LIBFM
|
||||
bool "libfm"
|
||||
select BR2_PACKAGE_MENU_CACHE
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_LIBGTK2 if !BR2_PACKAGE_LIBGTK3_X11
|
||||
select BR2_PACKAGE_CAIRO
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
depends on BR2_USE_WCHAR # libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||
depends on BR2_USE_MMU # libglib2
|
||||
depends on BR2_INSTALL_LIBSTDCPP # libgtk2
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libgtk2 -> pango -> harfbuzz
|
||||
select BR2_PACKAGE_CAIRO
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_LIBGTK2 if !BR2_PACKAGE_LIBGTK3_X11
|
||||
select BR2_PACKAGE_MENU_CACHE
|
||||
help
|
||||
A glib/gio-based library providing some file management
|
||||
utilities and related-widgets missing in gtk+/glib. This is
|
||||
|
@ -1,11 +1,11 @@
|
||||
config BR2_PACKAGE_LIBFREEGLUT
|
||||
bool "libfreeglut"
|
||||
depends on BR2_PACKAGE_HAS_LIBGL
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_LIBGLU
|
||||
select BR2_PACKAGE_XLIB_LIBXI
|
||||
select BR2_PACKAGE_XLIB_LIBXRANDR
|
||||
select BR2_PACKAGE_XLIB_LIBXXF86VM
|
||||
depends on BR2_PACKAGE_HAS_LIBGL
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
help
|
||||
FreeGLUT is a free-software/open-source alternative to the
|
||||
OpenGL Utility Toolkit (GLUT) library. GLUT (and hence
|
||||
|
@ -1,7 +1,7 @@
|
||||
config BR2_PACKAGE_LIBFTDI1
|
||||
bool "libftdi1"
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
help
|
||||
Userspace access to FTDI USB interface chips (version 1.x)
|
||||
|
||||
@ -11,10 +11,10 @@ if BR2_PACKAGE_LIBFTDI1
|
||||
|
||||
config BR2_PACKAGE_LIBFTDI1_LIBFTDIPP1
|
||||
bool "libftdipp1"
|
||||
select BR2_PACKAGE_BOOST
|
||||
depends on BR2_INSTALL_LIBSTDCPP # boost
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # boost
|
||||
depends on BR2_USE_WCHAR # boost
|
||||
select BR2_PACKAGE_BOOST
|
||||
help
|
||||
C++ bindings for libftdi
|
||||
|
||||
@ -28,8 +28,8 @@ config BR2_PACKAGE_LIBFTDI1_PYTHON_BINDINGS
|
||||
Python bindings for libftdi
|
||||
|
||||
config BR2_PACKAGE_LIBFTDI1_FDTI_EEPROM
|
||||
select BR2_PACKAGE_LIBCONFUSE
|
||||
bool "ftdi_eeprom tool"
|
||||
select BR2_PACKAGE_LIBCONFUSE
|
||||
|
||||
endif # BR2_PACKAGE_LIBFTDI1
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
config BR2_PACKAGE_LIBGDIPLUS
|
||||
bool "libgdiplus"
|
||||
select BR2_PACKAGE_XLIB_LIBXFT
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_CAIRO
|
||||
select BR2_PACKAGE_LIBPNG
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
depends on BR2_USE_WCHAR # libglib2 -> gettext
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||
depends on BR2_USE_MMU # libglib2
|
||||
select BR2_PACKAGE_XLIB_LIBXFT
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_CAIRO
|
||||
select BR2_PACKAGE_LIBPNG
|
||||
help
|
||||
An Open Source implementation of the GDI+ API.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
config BR2_PACKAGE_LIBGLIB2
|
||||
bool "libglib2"
|
||||
depends on BR2_USE_WCHAR # gettext
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
select BR2_PACKAGE_LIBFFI
|
||||
@ -8,9 +11,6 @@ config BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_UTIL_LINUX
|
||||
select BR2_PACKAGE_UTIL_LINUX_LIBMOUNT
|
||||
select BR2_PACKAGE_ZLIB
|
||||
depends on BR2_USE_WCHAR # gettext
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
Low-level core library that forms the basis of GTK+ and GNOME.
|
||||
|
||||
|
@ -1,5 +1,11 @@
|
||||
config BR2_PACKAGE_LIBGTK2
|
||||
bool "libgtk2"
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
depends on BR2_USE_WCHAR # glib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||
depends on BR2_USE_MMU # glib2
|
||||
depends on BR2_INSTALL_LIBSTDCPP # pango
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
|
||||
select BR2_PACKAGE_ATK
|
||||
select BR2_PACKAGE_CAIRO
|
||||
select BR2_PACKAGE_CAIRO_PS
|
||||
@ -12,12 +18,6 @@ config BR2_PACKAGE_LIBGTK2
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||
select BR2_PACKAGE_XLIB_LIBXRENDER
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
depends on BR2_USE_WCHAR # glib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||
depends on BR2_USE_MMU # glib2
|
||||
depends on BR2_INSTALL_LIBSTDCPP # pango
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
|
||||
help
|
||||
The GTK+ version 2 graphical user interface library
|
||||
|
||||
|
@ -12,6 +12,13 @@ comment "libgtk3 needs an OpenGL or an OpenGL-EGL/wayland backend"
|
||||
|
||||
config BR2_PACKAGE_LIBGTK3
|
||||
bool "libgtk3"
|
||||
depends on BR2_USE_WCHAR # glib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||
depends on BR2_USE_MMU # glib2
|
||||
depends on BR2_INSTALL_LIBSTDCPP # pango
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
|
||||
depends on BR2_PACKAGE_HAS_LIBEGL_WAYLAND || \
|
||||
BR2_PACKAGE_HAS_LIBGL
|
||||
select BR2_PACKAGE_ATK
|
||||
select BR2_PACKAGE_CAIRO
|
||||
select BR2_PACKAGE_CAIRO_PS
|
||||
@ -24,13 +31,6 @@ config BR2_PACKAGE_LIBGTK3
|
||||
# At least one backend is required
|
||||
select BR2_PACKAGE_LIBGTK3_BROADWAY if \
|
||||
!(BR2_PACKAGE_LIBGTK3_X11 || BR2_PACKAGE_LIBGTK3_WAYLAND)
|
||||
depends on BR2_USE_WCHAR # glib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||
depends on BR2_USE_MMU # glib2
|
||||
depends on BR2_INSTALL_LIBSTDCPP # pango
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
|
||||
depends on BR2_PACKAGE_HAS_LIBEGL_WAYLAND || \
|
||||
BR2_PACKAGE_HAS_LIBGL
|
||||
help
|
||||
The GTK+ version 3 graphical user interface library
|
||||
|
||||
|
@ -17,24 +17,24 @@ config BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
|
||||
|
||||
config BR2_PACKAGE_LIBIIO_XML_BACKEND
|
||||
bool "XML backend"
|
||||
select BR2_PACKAGE_LIBXML2
|
||||
default y
|
||||
select BR2_PACKAGE_LIBXML2
|
||||
help
|
||||
Enable the XML backend of the library.
|
||||
|
||||
config BR2_PACKAGE_LIBIIO_NETWORK_BACKEND
|
||||
bool "Network backend"
|
||||
select BR2_PACKAGE_LIBIIO_XML_BACKEND
|
||||
default y
|
||||
select BR2_PACKAGE_LIBIIO_XML_BACKEND
|
||||
help
|
||||
Enable the network backend of the library.
|
||||
|
||||
config BR2_PACKAGE_LIBIIO_USB_BACKEND
|
||||
bool "USB backend"
|
||||
default y
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # from libusb
|
||||
select BR2_PACKAGE_LIBIIO_XML_BACKEND
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
default y
|
||||
help
|
||||
Enable the USB backend of the library.
|
||||
|
||||
@ -43,18 +43,18 @@ comment "The USB backend needs a toolchain w/ threads"
|
||||
|
||||
config BR2_PACKAGE_LIBIIO_SERIAL_BACKEND
|
||||
bool "Serial backend"
|
||||
default y
|
||||
select BR2_PACKAGE_LIBIIO_XML_BACKEND
|
||||
select BR2_PACKAGE_LIBSERIALPORT
|
||||
default y
|
||||
help
|
||||
Enable the serial backend of the library.
|
||||
|
||||
config BR2_PACKAGE_LIBIIO_IIOD
|
||||
bool "IIO Daemon"
|
||||
select BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
|
||||
default y
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on !BR2_bfin
|
||||
default y
|
||||
select BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
|
||||
help
|
||||
Install the IIO Daemon.
|
||||
|
||||
|
@ -37,9 +37,9 @@ config BR2_PACKAGE_LIBMAD_SSO
|
||||
|
||||
config BR2_PACKAGE_LIBMAD_ASO
|
||||
bool "Architecture-specific optimizations"
|
||||
default y
|
||||
# arm optimization needs classic arm instructions support
|
||||
depends on !(BR2_arm && !BR2_ARM_CPU_HAS_ARM)
|
||||
default y
|
||||
help
|
||||
Use certain architecture-specific optimizations.
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
config BR2_PACKAGE_LIBMATROSKA
|
||||
bool "libmatroska"
|
||||
select BR2_PACKAGE_LIBEBML
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_USE_WCHAR
|
||||
select BR2_PACKAGE_LIBEBML
|
||||
help
|
||||
Extensible open standard audio/video container format access
|
||||
library.
|
||||
|
@ -1,9 +1,9 @@
|
||||
config BR2_PACKAGE_LIBNICE
|
||||
bool "libnice"
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
depends on BR2_USE_WCHAR # libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
help
|
||||
Libnice is an implementation of the IETF's Interactive
|
||||
Connectivity Establishment (ICE) standard (RFC 5245) and the
|
||||
|
@ -1,11 +1,11 @@
|
||||
config BR2_PACKAGE_LIBNSS
|
||||
bool "libnss"
|
||||
select BR2_PACKAGE_LIBNSPR
|
||||
select BR2_PACKAGE_SQLITE
|
||||
select BR2_PACKAGE_ZLIB
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libnspr
|
||||
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT # libnspr
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_LIBNSPR
|
||||
select BR2_PACKAGE_SQLITE
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
Network Security Services (NSS) is a set of libraries designed
|
||||
to support development of security-enabled client and server
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_LIBPLAYER
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
bool "libplayer"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
libplayer provides a generic A/V API that relies on various multimedia
|
||||
player for Linux systems. It currently supports MPlayer, xine VLC and
|
||||
|
@ -1,9 +1,9 @@
|
||||
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
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
help
|
||||
libqmi is a glib-based library for talking to WWAN modems and devices
|
||||
which speak the Qualcomm MSM Interface (QMI) protocol.
|
||||
|
@ -1,5 +1,10 @@
|
||||
config BR2_PACKAGE_LIBRSVG
|
||||
bool "librsvg"
|
||||
depends on BR2_USE_WCHAR # glib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||
depends on BR2_USE_MMU # glib2
|
||||
depends on BR2_INSTALL_LIBSTDCPP # pango
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
|
||||
select BR2_PACKAGE_CAIRO
|
||||
select BR2_PACKAGE_CAIRO_PNG
|
||||
select BR2_PACKAGE_GDK_PIXBUF
|
||||
@ -7,11 +12,6 @@ config BR2_PACKAGE_LIBRSVG
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_LIBXML2
|
||||
select BR2_PACKAGE_PANGO
|
||||
depends on BR2_USE_WCHAR # glib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||
depends on BR2_USE_MMU # glib2
|
||||
depends on BR2_INSTALL_LIBSTDCPP # pango
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
|
||||
help
|
||||
The rsvg library is an efficient renderer for Scalable
|
||||
Vector Graphics (SVG) pictures.
|
||||
|
@ -1,7 +1,7 @@
|
||||
config BR2_PACKAGE_LIBRTLSDR
|
||||
bool "librtlsdr"
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
help
|
||||
Library and command line programs for accessing
|
||||
RTL2832U SDR dongles.
|
||||
|
@ -1,9 +1,9 @@
|
||||
config BR2_PACKAGE_LIBSECRET
|
||||
bool "libsecret"
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
depends on BR2_USE_WCHAR # gettext dep in libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||
depends on BR2_USE_MMU # libglib2
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
help
|
||||
libsecret is a library for storing and retrieving passwords and other
|
||||
secrets. It communicates with the "Secret Service" using DBus.
|
||||
|
@ -1,13 +1,13 @@
|
||||
config BR2_PACKAGE_LIBSELINUX
|
||||
bool "libselinux"
|
||||
select BR2_PACKAGE_LIBSEPOL
|
||||
select BR2_PACKAGE_PCRE
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on !BR2_STATIC_LIBS
|
||||
# Uses <fts.h>, not available in musl or uClibc
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||||
# Toolchain issue: "fixup not contained within frag"
|
||||
depends on !BR2_arc
|
||||
select BR2_PACKAGE_LIBSEPOL
|
||||
select BR2_PACKAGE_PCRE
|
||||
help
|
||||
libselinux is the runtime SELinux library that provides
|
||||
interfaces (e.g. library functions for the SELinux kernel
|
||||
|
@ -1,9 +1,5 @@
|
||||
config BR2_PACKAGE_LIBSEMANAGE
|
||||
bool "libsemanage"
|
||||
select BR2_PACKAGE_AUDIT
|
||||
select BR2_PACKAGE_LIBSELINUX
|
||||
select BR2_PACKAGE_USTR
|
||||
select BR2_PACKAGE_BZIP2
|
||||
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on !BR2_STATIC_LIBS
|
||||
@ -12,6 +8,10 @@ config BR2_PACKAGE_LIBSEMANAGE
|
||||
# - audit is not available on musl
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||||
depends on !BR2_arc
|
||||
select BR2_PACKAGE_AUDIT
|
||||
select BR2_PACKAGE_LIBSELINUX
|
||||
select BR2_PACKAGE_USTR
|
||||
select BR2_PACKAGE_BZIP2
|
||||
help
|
||||
libsemanage is the policy management library. It uses
|
||||
libsepol for binary policy manipulation and libselinux for
|
||||
|
@ -1,13 +1,13 @@
|
||||
config BR2_PACKAGE_LIBSIGROK
|
||||
bool "libsigrok"
|
||||
select BR2_PACKAGE_LIBZIP
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
# libglib2
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_MMU
|
||||
# std=c11
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
||||
select BR2_PACKAGE_LIBZIP
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
help
|
||||
Libsigrok is a shared library written in C, which provides
|
||||
the basic hardware access drivers for logic analyzers and
|
||||
@ -22,9 +22,9 @@ if BR2_PACKAGE_LIBSIGROK
|
||||
|
||||
config BR2_PACKAGE_LIBSIGROKCXX
|
||||
bool "build C++ bindings"
|
||||
select BR2_PACKAGE_GLIBMM
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # glibmm
|
||||
select BR2_PACKAGE_GLIBMM
|
||||
help
|
||||
Build libsigrok C++ bindings as well.
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
config BR2_PACKAGE_LIBSIGROKDECODE
|
||||
bool "libsigrokdecode"
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_PYTHON3
|
||||
depends on !BR2_PACKAGE_PYTHON # python3
|
||||
depends on BR2_USE_WCHAR # libglib2/python3
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2/python3
|
||||
depends on BR2_USE_MMU # libglib2/python3
|
||||
depends on !BR2_STATIC_LIBS # python3
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
Libsigrokdecode is a shared library written in C, which
|
||||
provides (streaming) protocol decoding functionality. Say
|
||||
|
@ -1,8 +1,8 @@
|
||||
config BR2_PACKAGE_LIBSTROPHE
|
||||
bool "libstrophe"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_LIBXML2 if !BR2_PACKAGE_EXPAT
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
libstrophe is a lightweight XMPP client library written in C.
|
||||
It has minimal dependencies and is configurable for various
|
||||
|
@ -1,11 +1,11 @@
|
||||
config BR2_PACKAGE_LIBUPNPP
|
||||
bool "libupnpp"
|
||||
select BR2_PACKAGE_EXPAT
|
||||
select BR2_PACKAGE_LIBCURL
|
||||
select BR2_PACKAGE_LIBUPNP
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
|
||||
select BR2_PACKAGE_EXPAT
|
||||
select BR2_PACKAGE_LIBCURL
|
||||
select BR2_PACKAGE_LIBUPNP
|
||||
help
|
||||
The libupnpp C++ library wraps libupnp for easier use by upmpdcli and
|
||||
upplay.
|
||||
|
@ -1,8 +1,8 @@
|
||||
config BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
|
||||
bool
|
||||
default y
|
||||
depends on BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || BR2_powerpc || BR2_x86_64
|
||||
depends on BR2_USE_MMU # fork() in test
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_LIBURCU
|
||||
bool "liburcu"
|
||||
|
@ -1,14 +1,14 @@
|
||||
config BR2_PACKAGE_LIBVA_INTEL_DRIVER
|
||||
bool "libva-intel-driver"
|
||||
depends on BR2_i386 || BR2_x86_64
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm/libpthread-stubs
|
||||
depends on !BR2_STATIC_LIBS # libva
|
||||
select BR2_PACKAGE_LIBVA
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_LIBDRM_INTEL
|
||||
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_XLIB_LIBXFIXES if BR2_PACKAGE_XORG7
|
||||
depends on BR2_i386 || BR2_x86_64
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm/libpthread-stubs
|
||||
depends on !BR2_STATIC_LIBS # libva
|
||||
help
|
||||
VA-API back-end driver for Intel graphics chips
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
config BR2_PACKAGE_LIBVA
|
||||
bool "libva"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm/libpthread-stubs
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_XLIB_LIBXFIXES if BR2_PACKAGE_XORG7
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm/libpthread-stubs
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
The main motivation for VA-API (Video Acceleration API) is to enable
|
||||
hardware accelerated video decode/encode at various entry-points (VLD,
|
||||
|
@ -1,7 +1,7 @@
|
||||
config BR2_PACKAGE_LIBWEBSOCK
|
||||
bool "libwebsock"
|
||||
select BR2_PACKAGE_LIBEVENT
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
select BR2_PACKAGE_LIBEVENT
|
||||
help
|
||||
C library for easy WebSockets servers.
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
config BR2_PACKAGE_LIBXMLPP
|
||||
bool "libxml++"
|
||||
select BR2_PACKAGE_LIBXML2
|
||||
select BR2_PACKAGE_GLIBMM
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_USE_WCHAR # glibmm -> libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glibmm -> libglib2
|
||||
depends on BR2_USE_MMU # glibmm -> libglib2
|
||||
select BR2_PACKAGE_LIBXML2
|
||||
select BR2_PACKAGE_GLIBMM
|
||||
help
|
||||
libxml++ is a C++ wrapper for the libxml XML parser library.
|
||||
|
||||
|
@ -18,10 +18,10 @@ if BR2_PACKAGE_LIGHTNING
|
||||
|
||||
config BR2_PACKAGE_LIGHTNING_DISASSEMBLER
|
||||
bool "enable disassembler"
|
||||
select BR2_PACKAGE_BINUTILS
|
||||
select BR2_PACKAGE_ZLIB
|
||||
depends on !BR2_nios2 # binutils
|
||||
depends on BR2_USE_WCHAR # binutils
|
||||
select BR2_PACKAGE_BINUTILS
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
Enable the GNU lightning disassembler.
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
config BR2_PACKAGE_LINKNX
|
||||
bool "linknx"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_USE_MMU # libpthsem
|
||||
select BR2_PACKAGE_LIBPTHSEM
|
||||
select BR2_PACKAGE_LIBCURL # for autoreconf
|
||||
select BR2_PACKAGE_ARGP_STANDALONE \
|
||||
if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_USE_MMU # libpthsem
|
||||
help
|
||||
Linknx is an automation platform providing high level functionalities
|
||||
to EIB/KNX installation.
|
||||
|
@ -1,10 +1,10 @@
|
||||
config BR2_PACKAGE_LINPHONE
|
||||
bool "linphone"
|
||||
select BR2_PACKAGE_LIBEXOSIP2
|
||||
select BR2_PACKAGE_SPEEX
|
||||
depends on BR2_INSTALL_LIBSTDCPP # mediastreamer (bundled)
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # ortp (bundled)
|
||||
depends on BR2_USE_MMU # libeXosip2
|
||||
select BR2_PACKAGE_LIBEXOSIP2
|
||||
select BR2_PACKAGE_SPEEX
|
||||
help
|
||||
Linphone is an internet phone or Voice Over IP phone (VoIP).
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
config BR2_PACKAGE_LINUX_PAM
|
||||
bool "linux-pam"
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
select BR2_PACKAGE_FLEX
|
||||
depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
select BR2_PACKAGE_FLEX
|
||||
help
|
||||
A Security Framework that Provides Authentication for Applications
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
config BR2_PACKAGE_LJLINENOISE
|
||||
bool "ljlinenoise"
|
||||
# run-time dependency only
|
||||
select BR2_PACKAGE_LJSYSCALL
|
||||
# ljsyscall is specifically for LuaJIT, not Lua.
|
||||
depends on BR2_PACKAGE_LUAJIT
|
||||
# run-time dependency only
|
||||
select BR2_PACKAGE_LJSYSCALL
|
||||
help
|
||||
ljlinenoise is a pure LuaJIT port of linenoise,
|
||||
a small alternative to readline and libedit.
|
||||
|
@ -1,8 +1,8 @@
|
||||
config BR2_PACKAGE_LMBENCH
|
||||
bool "lmbench"
|
||||
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
|
||||
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||
help
|
||||
LMbench is a suite of simple, portable,
|
||||
ANSI/C microbenchmarks for UNIX/POSIX.
|
||||
|
@ -1,12 +1,12 @@
|
||||
config BR2_PACKAGE_LOG4CXX
|
||||
bool "log4cxx"
|
||||
select BR2_PACKAGE_APR
|
||||
select BR2_PACKAGE_APR_UTIL
|
||||
# apr really needs shared library support
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_MMU # apr
|
||||
select BR2_PACKAGE_APR
|
||||
select BR2_PACKAGE_APR_UTIL
|
||||
help
|
||||
Apache log4cxx is a logging framework for C++ patterned
|
||||
after Apache log4j.
|
||||
|
@ -1,8 +1,8 @@
|
||||
config BR2_PACKAGE_LOGROTATE
|
||||
bool "logrotate"
|
||||
select BR2_PACKAGE_POPT
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_POPT
|
||||
help
|
||||
A simple program to rotate logs.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
config BR2_PACKAGE_LSQLITE3
|
||||
bool "lsqlite3"
|
||||
select BR2_PACKAGE_SQLITE
|
||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
select BR2_PACKAGE_SQLITE
|
||||
help
|
||||
a thin Lua wrapper for the SQLite3 library.
|
||||
|
||||
|
@ -7,9 +7,9 @@ config BR2_PACKAGE_LTP_TESTSUITE
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||
# does not build, cachectl.h issue
|
||||
depends on !BR2_nios2
|
||||
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||
help
|
||||
The Linux Test Project provides a huge testsuite for Linux.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
config BR2_PACKAGE_LTRACE
|
||||
bool "ltrace"
|
||||
depends on BR2_USE_WCHAR # elfutils
|
||||
depends on !BR2_STATIC_LIBS # elfutils
|
||||
depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils
|
||||
# ltrace normally has mips/mipsel support, but it's currently
|
||||
# broken (error: 'struct ltelf' has no member named
|
||||
# 'relplt_count'). Issue reported upstream at
|
||||
@ -7,9 +10,6 @@ config BR2_PACKAGE_LTRACE
|
||||
depends on (BR2_i386 || BR2_arm || BR2_mips || BR2_mipsel \
|
||||
|| BR2_powerpc || BR2_sparc || BR2_x86_64 || BR2_xtensa)
|
||||
select BR2_PACKAGE_ELFUTILS
|
||||
depends on BR2_USE_WCHAR # elfutils
|
||||
depends on !BR2_STATIC_LIBS # elfutils
|
||||
depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils
|
||||
help
|
||||
Debugging program which runs a specified command until it exits.
|
||||
While the command is executing, ltrace intercepts and records
|
||||
|
@ -1,12 +1,12 @@
|
||||
config BR2_PACKAGE_LTTNG_BABELTRACE
|
||||
bool "lttng-babeltrace"
|
||||
depends on BR2_USE_WCHAR # libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||
depends on BR2_USE_MMU # libglib2
|
||||
select BR2_PACKAGE_UTIL_LINUX
|
||||
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_POPT
|
||||
depends on BR2_USE_WCHAR # libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||
depends on BR2_USE_MMU # libglib2
|
||||
help
|
||||
The Babeltrace project provides trace read and write
|
||||
libraries, as well as a trace converter application. Plugins
|
||||
|
@ -1,13 +1,13 @@
|
||||
config BR2_PACKAGE_LTTNG_LIBUST
|
||||
bool "lttng-libust"
|
||||
select BR2_PACKAGE_LIBURCU
|
||||
select BR2_PACKAGE_UTIL_LINUX
|
||||
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
||||
depends on BR2_USE_WCHAR # uses wchar_t
|
||||
# liburcu only works on some architectures and requires threads support"
|
||||
depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_LIBURCU
|
||||
select BR2_PACKAGE_UTIL_LINUX
|
||||
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
||||
help
|
||||
Userspace tracing library for the LTTng 2.x tracing
|
||||
infrastructure. It allows userspace programs to create
|
||||
|
@ -1,9 +1,9 @@
|
||||
config BR2_PACKAGE_LUA_COATPERSISTENT
|
||||
bool "lua-coatpersistent"
|
||||
depends on BR2_PACKAGE_LSQLITE3 || BR2_PACKAGE_LUASQL_SQLITE3
|
||||
# run-time dependencies
|
||||
select BR2_PACKAGE_DADO
|
||||
select BR2_PACKAGE_LUA_COAT
|
||||
depends on BR2_PACKAGE_LSQLITE3 || BR2_PACKAGE_LUASQL_SQLITE3
|
||||
help
|
||||
An ORM for lua-Coat.
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
config BR2_PACKAGE_LUA_EV
|
||||
bool "lua-ev"
|
||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
select BR2_PACKAGE_LIBEV
|
||||
depends on !BR2_bfin # libev
|
||||
select BR2_PACKAGE_LIBEV
|
||||
help
|
||||
Get access to the libev library from Lua.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
config BR2_PACKAGE_LUAEXPAT
|
||||
bool "luaexpat"
|
||||
select BR2_PACKAGE_EXPAT
|
||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
select BR2_PACKAGE_EXPAT
|
||||
help
|
||||
LuaExpat is a SAX XML parser based on the Expat library.
|
||||
|
||||
|
@ -8,7 +8,6 @@ config BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
|
||||
|
||||
config BR2_PACKAGE_LUAJIT
|
||||
bool "luajit"
|
||||
select BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
depends on !BR2_STATIC_LIBS # dlopen
|
||||
# Luajit is only available for some target architectures, and
|
||||
# has some complexity wrt 32/64. See luajit.mk for details.
|
||||
@ -16,6 +15,7 @@ config BR2_PACKAGE_LUAJIT
|
||||
# luajit.mk uses the "-m32" compiler option to build 32bit
|
||||
# binaries, so check if that option is supported. See
|
||||
# luajit.mk for details.
|
||||
select BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
select BR2_HOSTARCH_NEEDS_IA32_COMPILER if !BR2_ARCH_IS_64
|
||||
help
|
||||
LuaJIT implements the full set of language features defined
|
||||
|
@ -1,8 +1,8 @@
|
||||
config BR2_PACKAGE_LUASEC
|
||||
bool "luasec"
|
||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_LUASOCKET
|
||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
help
|
||||
LuaSec is a binding for OpenSSL library to provide TLS/SSL
|
||||
communication.
|
||||
|
@ -1,10 +1,10 @@
|
||||
config BR2_PACKAGE_LUV
|
||||
bool "luv"
|
||||
select BR2_PACKAGE_LIBUV
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # libuv
|
||||
depends on BR2_USE_MMU # libuv
|
||||
depends on !BR2_STATIC_LIBS # libuv
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libuv
|
||||
select BR2_PACKAGE_LIBUV
|
||||
help
|
||||
libuv bindings for LuaJIT and Lua.
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
config BR2_PACKAGE_LXC
|
||||
bool "lxc"
|
||||
select BR2_PACKAGE_LIBCAP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_MMU # fork()
|
||||
# build system forcefully builds a shared library
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # setns() system call
|
||||
select BR2_PACKAGE_LIBCAP
|
||||
help
|
||||
Linux Containers (LXC), provides the ability to group and isolate
|
||||
of a set of processes in a jail by virtualizing and accounting the
|
||||
|
@ -1,7 +1,7 @@
|
||||
config BR2_PACKAGE_LZLIB
|
||||
bool "lzlib"
|
||||
select BR2_PACKAGE_ZLIB
|
||||
depends on BR2_PACKAGE_LUA
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
This package provides a library to access zlib library
|
||||
functions and also to read/write gzip files using an
|
||||
|
Loading…
Reference in New Issue
Block a user