mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Release Notes: https://github.com/davisp/jiffy/releases/tag/2.0.2 Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
472 B
Makefile
16 lines
472 B
Makefile
################################################################################
|
|
#
|
|
# erlang-jiffy
|
|
#
|
|
################################################################################
|
|
|
|
ERLANG_JIFFY_VERSION = 2.0.2
|
|
ERLANG_JIFFY_SITE = $(call github,davisp,jiffy,$(ERLANG_JIFFY_VERSION))
|
|
ERLANG_JIFFY_LICENSE = Apache-2.0, \
|
|
MIT (core), \
|
|
BSD-3-Clause (Google double conversion library), \
|
|
BSD-3-Clause (tests)
|
|
ERLANG_JIFFY_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(rebar-package))
|