erlang-p1-stringprep: new package.

[Thomas: fixup license, it uses the TCL license, and not GPLv2+.]

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015.08.x
Johan Oudinet 2015-01-12 10:32:16 +01:00 committed by Thomas Petazzoni
parent 63e4680acc
commit 6b41208c86
3 changed files with 19 additions and 0 deletions

View File

@ -401,6 +401,7 @@ if BR2_PACKAGE_ERLANG
menu "Erlang libraries/modules"
source "package/erlang-goldrush/Config.in"
source "package/erlang-lager/Config.in"
source "package/erlang-p1-stringprep/Config.in"
source "package/erlang-p1-stun/Config.in"
source "package/erlang-p1-tls/Config.in"
source "package/erlang-p1-utils/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_ERLANG_P1_STRINGPREP
bool "erlang-p1-stringprep"
help
Erlang interface to stringprep
https://github.com/processone/stringprep

View File

@ -0,0 +1,12 @@
################################################################################
#
# erlang-p1-stringprep
#
################################################################################
ERLANG_P1_STRINGPREP_VERSION = 9e9e0f8
ERLANG_P1_STRINGPREP_SITE = $(call github,processone,stringprep,$(ERLANG_P1_STRINGPREP_VERSION))
ERLANG_P1_STRINGPREP_LICENSE = TCL
ERLANG_P1_STRINGPREP_LICENSE_FILES = LICENSE.TCL
$(eval $(rebar-package))