Bump buildroot to 2019.02
This commit is contained in:
18
bsp/buildroot/package/davici/Config.in
Normal file
18
bsp/buildroot/package/davici/Config.in
Normal 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
|
||||
3
bsp/buildroot/package/davici/davici.hash
Normal file
3
bsp/buildroot/package/davici/davici.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 d3e5e806ecca841d7e133a3df768062df59f4b4c76bf98e0f90aa8064721b3bd davici-v1.3.tar.gz
|
||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
|
||||
20
bsp/buildroot/package/davici/davici.mk
Normal file
20
bsp/buildroot/package/davici/davici.mk
Normal 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))
|
||||
Reference in New Issue
Block a user