update buildroot to 2017.02.11
This commit is contained in:
9
bsp/buildroot-2017.02.11/package/grantlee/Config.in
Normal file
9
bsp/buildroot-2017.02.11/package/grantlee/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_GRANTLEE
|
||||
bool "grantlee"
|
||||
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE && BR2_PACKAGE_QT5
|
||||
select BR2_PACKAGE_QT5SCRIPT
|
||||
select BR2_PACKAGE_QT5BASE_GUI
|
||||
help
|
||||
Qt implementation of the Django template framework
|
||||
|
||||
http://www.grantlee.org
|
||||
2
bsp/buildroot-2017.02.11/package/grantlee/grantlee.hash
Normal file
2
bsp/buildroot-2017.02.11/package/grantlee/grantlee.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 ea2e402466c74bb533eee2c7252209ec61cd93a5d236fecd625b4a0eb13a1478 grantlee-5.1.0.tar.gz
|
||||
13
bsp/buildroot-2017.02.11/package/grantlee/grantlee.mk
Normal file
13
bsp/buildroot-2017.02.11/package/grantlee/grantlee.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# grantlee
|
||||
#
|
||||
################################################################################
|
||||
GRANTLEE_VERSION = 5.1.0
|
||||
GRANTLEE_SITE = http://downloads.grantlee.org
|
||||
GRANTLEE_INSTALL_STAGING = YES
|
||||
GRANTLEE_LICENSE = LGPLv2.1+
|
||||
GRANTLEE_LICENSE_FILES = COPYING.LIB
|
||||
GRANTLEE_DEPENDENCIES = qt5base qt5script
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user