Update buildroot to 2021.02.4 (#1522)
Signed-off-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
@@ -4,14 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBCONFIG_VERSION = 1.7.2
|
||||
LIBCONFIG_SITE = $(call github,hyperrealm,libconfig,v$(LIBCONFIG_VERSION))
|
||||
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
|
||||
# From git
|
||||
LIBCONFIG_AUTORECONF = YES
|
||||
LIBCONFIG_CONF_OPTS = --disable-examples
|
||||
LIBCONFIG_CONF_OPTS = --disable-examples --disable-tests
|
||||
|
||||
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
|
||||
LIBCONFIG_CONF_OPTS += --disable-cxx
|
||||
|
||||
Reference in New Issue
Block a user