package/erlang-p1-iconv: remove package

This package was a dependency to ejabberd-18.09. It is not anymore
use by any package nor maintain upstream, so remove it.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020.02.x
Johan Oudinet 2020-01-06 17:11:15 +01:00 committed by Thomas Petazzoni
parent ba749cdaee
commit 48daa29c8a
5 changed files with 7 additions and 30 deletions

View File

@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2020.02"
config BR2_PACKAGE_ERLANG_P1_ICONV
bool "erlang-p1-iconv has been removed"
select BR2_LEGACY
help
The erlang-p1-iconv package was no longer used by ejabberd,
and was no longer maintained upstream, so it was removed.
config BR2_KERNEL_HEADERS_5_3
bool "kernel headers version 5.3.x are no longer supported"
select BR2_LEGACY

View File

@ -585,7 +585,6 @@ menu "Erlang libraries/modules"
source "package/erlang-lager/Config.in"
source "package/erlang-p1-acme/Config.in"
source "package/erlang-p1-cache-tab/Config.in"
source "package/erlang-p1-iconv/Config.in"
source "package/erlang-p1-mqtree/Config.in"
source "package/erlang-p1-oauth2/Config.in"
source "package/erlang-p1-pkix/Config.in"

View File

@ -1,8 +0,0 @@
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
https://github.com/processone/eiconv

View File

@ -1,2 +0,0 @@
# Locally calculated
sha256 8a9ff8a3dd983284caa964f118b5782ef1c0c662995608b2ca4f4a5f285605a9 erlang-p1-iconv-1.0.10.tar.gz

View File

@ -1,19 +0,0 @@
################################################################################
#
# erlang-p1-iconv
#
################################################################################
ERLANG_P1_ICONV_VERSION = 1.0.10
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
endif
ERLANG_P1_ICONV_USE_AUTOCONF = YES
$(eval $(rebar-package))