Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -0,0 +1,18 @@
comment "davici needs a toolchain w/ threads, dynamic library"
depends on BR2_USE_MMU
depends on BR2_TOOLCHAIN_HAS_ATOMIC
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
config BR2_PACKAGE_DAVICI
bool "davici"
depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_TOOLCHAIN_HAS_ATOMIC
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_STRONGSWAN
help
davici is an alternative implementation of the VICI
client protocol, targeting better integration in other
software stacks.
https://github.com/strongswan/davici

View File

@@ -0,0 +1,3 @@
# Locally calculated
sha256 d3e5e806ecca841d7e133a3df768062df59f4b4c76bf98e0f90aa8064721b3bd davici-v1.3.tar.gz
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING

View File

@@ -0,0 +1,20 @@
################################################################################
#
# davici
#
################################################################################
DAVICI_VERSION = v1.3
DAVICI_SITE = $(call github,strongswan,davici,$(DAVICI_VERSION))
DAVICI_LICENSE = LGPL-2.1+
DAVICI_LICENSE_FILES = COPYING
DAVICI_DEPENDENCIES = strongswan
DAVICI_INSTALL_STAGING = YES
DAVICI_AUTORECONF = YES
define DAVICI_CREATE_M4
mkdir -p $(@D)/m4
endef
DAVICI_POST_PATCH_HOOKS += DAVICI_CREATE_M4
$(eval $(autotools-package))