erlang-p1-iconv: new package.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
dc41cb3fdf
commit
271326d45f
@ -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-iconv/Config.in"
|
||||
source "package/erlang-p1-sip/Config.in"
|
||||
source "package/erlang-p1-stringprep/Config.in"
|
||||
source "package/erlang-p1-stun/Config.in"
|
||||
|
7
package/erlang-p1-iconv/Config.in
Normal file
7
package/erlang-p1-iconv/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_ERLANG_P1_ICONV
|
||||
bool "erlang-p1-iconv"
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
help
|
||||
Erlang interface to libiconv
|
||||
|
||||
https://github.com/processone/eiconv
|
18
package/erlang-p1-iconv/erlang-p1-iconv.mk
Normal file
18
package/erlang-p1-iconv/erlang-p1-iconv.mk
Normal file
@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# erlang-p1-iconv
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_P1_ICONV_VERSION = dff5ee5
|
||||
ERLANG_P1_ICONV_SITE = $(call github,processone,eiconv,$(ERLANG_P1_ICONV_VERSION))
|
||||
ERLANG_P1_ICONV_LICENSE = GPLv2+
|
||||
ERLANG_P1_ICONV_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
||||
ERLANG_P1_ICONV_DEPENDENCIES += libiconv
|
||||
endif
|
||||
|
||||
ERLANG_P1_ICONV_USE_AUTOCONF = YES
|
||||
|
||||
$(eval $(rebar-package))
|
Loading…
Reference in New Issue
Block a user