initial buildroot for linux 5.15
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 7cf67840c58b8732e12c84c8a3b714774da2601ae5e6a57f286273e25b205516 erlang-jiffy-1.0.6.tar.gz
|
||||
sha256 0fa8afad2f02c08850a16e36fe55376ee19732b3a116a0207f2a73c857777a49 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# erlang-jiffy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_JIFFY_VERSION = 1.0.6
|
||||
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