Bump buidlroot version to 2018.02.6
This commit is contained in:
10
bsp/buildroot/package/erlang-jiffy/Config.in
Normal file
10
bsp/buildroot/package/erlang-jiffy/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
comment "erlang-jiffy needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
|
||||
config BR2_PACKAGE_ERLANG_JIFFY
|
||||
bool "erlang-jiffy"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
JSON NIFs for Erlang.
|
||||
|
||||
https://github.com/davisp/jiffy
|
||||
2
bsp/buildroot/package/erlang-jiffy/erlang-jiffy.hash
Normal file
2
bsp/buildroot/package/erlang-jiffy/erlang-jiffy.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 c555726f592b79894c253ca1dc3c3aec6a5697271d29364d57f8175f387b86f3 erlang-jiffy-0.14.11.tar.gz
|
||||
14
bsp/buildroot/package/erlang-jiffy/erlang-jiffy.mk
Normal file
14
bsp/buildroot/package/erlang-jiffy/erlang-jiffy.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# erlang-jiffy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_JIFFY_VERSION = 0.14.11
|
||||
ERLANG_JIFFY_SITE = $(call github,davisp,jiffy,$(ERLANG_JIFFY_VERSION))
|
||||
ERLANG_JIFFY_LICENSE = MIT (core), \
|
||||
BSD-3-Clause (Google double conversion library), \
|
||||
BSD-3-Clause (tests)
|
||||
ERLANG_JIFFY_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(rebar-package))
|
||||
Reference in New Issue
Block a user