update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View 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

View File

@@ -0,0 +1,2 @@
# Locally calculated after checking pgp signature
sha256 ea2e402466c74bb533eee2c7252209ec61cd93a5d236fecd625b4a0eb13a1478 grantlee-5.1.0.tar.gz

View 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))