initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_LIBCONFIG
|
||||
bool "libconfig"
|
||||
help
|
||||
Libconfig is a simple library for manipulating structured
|
||||
configuration files. The file format is more compact and more
|
||||
readable than XML. And unlike XML, it is type-aware, so it is
|
||||
not necessary to do string parsing in application code.
|
||||
|
||||
https://hyperrealm.github.io/libconfig/
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 545166d6cac037744381d1e9cc5a5405094e7bfad16a411699bcff40bbb31ee7 libconfig-1.7.3.tar.gz
|
||||
sha256 d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f COPYING.LIB
|
||||
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# libconfig
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBCONFIG_VERSION = 1.7.3
|
||||
LIBCONFIG_SITE = https://github.com/hyperrealm/libconfig/releases/download/v$(LIBCONFIG_VERSION)
|
||||
LIBCONFIG_LICENSE = LGPL-2.1+
|
||||
LIBCONFIG_LICENSE_FILES = COPYING.LIB
|
||||
LIBCONFIG_INSTALL_STAGING = YES
|
||||
LIBCONFIG_CONF_OPTS = --disable-examples --disable-tests
|
||||
|
||||
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
|
||||
LIBCONFIG_CONF_OPTS += --disable-cxx
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user