erlang-p1-cache-tab: new package.

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:19 +01:00 committed by Thomas Petazzoni
parent 271326d45f
commit 527aaf08cc
3 changed files with 21 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-cache-tab/Config.in"
source "package/erlang-p1-iconv/Config.in"
source "package/erlang-p1-sip/Config.in"
source "package/erlang-p1-stringprep/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_ERLANG_P1_CACHE_TAB
bool "erlang-p1-cache-tab"
select BR2_PACKAGE_ERLANG_P1_UTILS
help
Erlang library implementing cache tables
https://github.com/processone/cache_tab

View File

@ -0,0 +1,13 @@
################################################################################
#
# erlang-p1-cache-tab
#
################################################################################
ERLANG_P1_CACHE_TAB_VERSION = 7b89d6a
ERLANG_P1_CACHE_TAB_SITE = $(call github,processone,cache_tab,$(ERLANG_P1_CACHE_TAB_VERSION))
ERLANG_P1_CACHE_TAB_LICENSE = GPLv2+
ERLANG_P1_CACHE_TAB_LICENSE_FILES = COPYING
ERLANG_P1_CACHE_TAB_DEPENDENCIES = erlang-p1-utils
$(eval $(rebar-package))