Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

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 = 3c64023
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))