Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -1,5 +1,6 @@
config BR2_PACKAGE_ERLANG_P1_ICONV
bool "erlang-p1-iconv"
select BR2_PACKAGE_ERLANG_P1_UTILS
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
help
Erlang interface to libiconv

View File

@@ -1,2 +1,2 @@
# Locally calculated
sha256 3ef1fb814fdf23e8ad8a210efb66681fa67cd42753be536521bf9686158880d3 erlang-p1-iconv-0.9.0.tar.gz
sha256 c7214ea7503c3de1edf3bdd72b37187aa3a9a36d7cf7f5945a067ae8d262d3fb erlang-p1-iconv-1.0.6.tar.gz

View File

@@ -4,10 +4,11 @@
#
################################################################################
ERLANG_P1_ICONV_VERSION = 0.9.0
ERLANG_P1_ICONV_SITE = $(call github,processone,eiconv,$(ERLANG_P1_ICONV_VERSION))
ERLANG_P1_ICONV_LICENSE = GPLv2+
ERLANG_P1_ICONV_LICENSE_FILES = COPYING
ERLANG_P1_ICONV_VERSION = 1.0.6
ERLANG_P1_ICONV_SITE = $(call github,processone,iconv,$(ERLANG_P1_ICONV_VERSION))
ERLANG_P1_ICONV_LICENSE = Apache-2.0
ERLANG_P1_ICONV_LICENSE_FILES = LICENSE.txt
ERLANG_P1_ICONV_DEPENDENCIES = erlang-p1-utils
ifeq ($(BR2_PACKAGE_LIBICONV),y)
ERLANG_P1_ICONV_DEPENDENCIES += libiconv