mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00:00
erlang-p1-iconv: bump to version 1.0.4
License changed to Apache-2.0. 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
fb67eaad92
commit
399a10bd1c
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_ERLANG_P1_ICONV
|
config BR2_PACKAGE_ERLANG_P1_ICONV
|
||||||
bool "erlang-p1-iconv"
|
bool "erlang-p1-iconv"
|
||||||
|
select BR2_PACKAGE_ERLANG_P1_UTILS
|
||||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||||
help
|
help
|
||||||
Erlang interface to libiconv
|
Erlang interface to libiconv
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# Locally calculated
|
# Locally calculated
|
||||||
sha256 3ef1fb814fdf23e8ad8a210efb66681fa67cd42753be536521bf9686158880d3 erlang-p1-iconv-0.9.0.tar.gz
|
sha256 ca20d58166a4fb38883977600aca61e02bfd1257b8bded8c8ddd82d2a96084e6 erlang-p1-iconv-1.0.4.tar.gz
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
ERLANG_P1_ICONV_VERSION = 0.9.0
|
ERLANG_P1_ICONV_VERSION = 1.0.4
|
||||||
ERLANG_P1_ICONV_SITE = $(call github,processone,eiconv,$(ERLANG_P1_ICONV_VERSION))
|
ERLANG_P1_ICONV_SITE = $(call github,processone,iconv,$(ERLANG_P1_ICONV_VERSION))
|
||||||
ERLANG_P1_ICONV_LICENSE = GPL-2.0+
|
ERLANG_P1_ICONV_LICENSE = Apache-2.0
|
||||||
ERLANG_P1_ICONV_LICENSE_FILES = COPYING
|
ERLANG_P1_ICONV_LICENSE_FILES = LICENSE.txt
|
||||||
|
ERLANG_P1_ICONV_DEPENDENCIES = erlang-p1-utils
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
||||||
ERLANG_P1_ICONV_DEPENDENCIES += libiconv
|
ERLANG_P1_ICONV_DEPENDENCIES += libiconv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user