erlang-p1-xml: bump to version 1.1.1

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
[Thomas:
  - add dependency on erlang-p1-utils, as noticed by Romain Naour.
  - the license is now Apache-2.0 and no longer GPLv2+.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Frank Hunleth 2016-02-02 14:57:40 -05:00 committed by Thomas Petazzoni
parent 6373adea3f
commit 2a39cbd932
2 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,6 @@
config BR2_PACKAGE_ERLANG_P1_XML
bool "erlang-p1-xml"
select BR2_PACKAGE_ERLANG_P1_UTILS
select BR2_PACKAGE_EXPAT
help
XML utilities for Erlang

View file

@ -4,11 +4,11 @@
#
################################################################################
ERLANG_P1_XML_VERSION = 2c61083
ERLANG_P1_XML_VERSION = 1.1.1
ERLANG_P1_XML_SITE = $(call github,processone,xml,$(ERLANG_P1_XML_VERSION))
ERLANG_P1_XML_LICENSE = GPLv2+
ERLANG_P1_XML_LICENSE_FILES = COPYING
ERLANG_P1_XML_DEPENDENCIES = expat
ERLANG_P1_XML_LICENSE = Apache-2.0
ERLANG_P1_XML_LICENSE_FILES = LICENSE.txt
ERLANG_P1_XML_DEPENDENCIES = expat erlang-p1-utils
ERLANG_P1_XML_INSTALL_STAGING = YES
ERLANG_P1_XML_USE_AUTOCONF = YES