update buildroot to 2017.02.11
This commit is contained in:
10
bsp/buildroot-2017.02.11/package/cosmo/Config.in
Normal file
10
bsp/buildroot-2017.02.11/package/cosmo/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_COSMO
|
||||
bool "cosmo"
|
||||
# run-time dependency
|
||||
select BR2_PACKAGE_LPEG
|
||||
# upstream site does not provide a valid archive
|
||||
depends on BROKEN
|
||||
help
|
||||
Cosmo is a "safe templates" engine for Lua.
|
||||
|
||||
http://mascarenhas.github.io/cosmo/
|
||||
2
bsp/buildroot-2017.02.11/package/cosmo/cosmo.hash
Normal file
2
bsp/buildroot-2017.02.11/package/cosmo/cosmo.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 4e81c1bba7ab3b4633c8d6dadfc8332c59c818829436435b4d5a2ec76adfbb87 cosmo-14.03.04-1.src.rock
|
||||
10
bsp/buildroot-2017.02.11/package/cosmo/cosmo.mk
Normal file
10
bsp/buildroot-2017.02.11/package/cosmo/cosmo.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
################################################################################
|
||||
#
|
||||
# cosmo
|
||||
#
|
||||
################################################################################
|
||||
|
||||
COSMO_VERSION = 14.03.04-1
|
||||
COSMO_LICENSE = MIT
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user