Bump buidlroot version to 2018.02.6
This commit is contained in:
17
bsp/buildroot/package/jose/jose.mk
Normal file
17
bsp/buildroot/package/jose/jose.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# jose
|
||||
#
|
||||
################################################################################
|
||||
|
||||
JOSE_VERSION = 10
|
||||
JOSE_SOURCE = jose-$(JOSE_VERSION).tar.bz2
|
||||
JOSE_SITE = https://github.com/latchset/jose/releases/download/v$(JOSE_VERSION)
|
||||
JOSE_LICENSE = Apache-2.0
|
||||
JOSE_LICENSE_FILES = COPYING
|
||||
# 0002-configure-fix-build-with-old-compilers.patch
|
||||
JOSE_AUTORECONF = YES
|
||||
JOSE_INSTALL_STAGING = YES
|
||||
JOSE_DEPENDENCIES = host-pkgconf zlib jansson openssl
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user