Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View 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

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 c555726f592b79894c253ca1dc3c3aec6a5697271d29364d57f8175f387b86f3 erlang-jiffy-0.14.11.tar.gz

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