erlang-jiffy: new package

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Johan Oudinet 2017-05-31 18:35:42 +02:00 committed by Thomas Petazzoni
parent 6f0a363d55
commit ded9546447
5 changed files with 28 additions and 0 deletions

View file

@ -861,6 +861,7 @@ F: package/python-libconfig/
N: Johan Oudinet <johan.oudinet@gmail.com>
F: package/ejabberd/
F: package/erlang-goldrush/
F: package/erlang-jiffy/
F: package/erlang-lager/
F: package/erlang-p1-cache-tab/
F: package/erlang-p1-iconv/

View file

@ -510,6 +510,7 @@ menu "Interpreter languages and scripting"
if BR2_PACKAGE_ERLANG
menu "Erlang libraries/modules"
source "package/erlang-goldrush/Config.in"
source "package/erlang-jiffy/Config.in"
source "package/erlang-lager/Config.in"
source "package/erlang-p1-cache-tab/Config.in"
source "package/erlang-p1-iconv/Config.in"

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 7d1054c475c82c626de3ad57201a7fc51da38667c8a7502149eb751edc6b601d erlang-jiffy-0.14.8.tar.gz

View file

@ -0,0 +1,14 @@
################################################################################
#
# erlang-jiffy
#
################################################################################
ERLANG_JIFFY_VERSION = 0.14.8
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))