summaryrefslogtreecommitdiff
path: root/package/erlang-p1-xml
diff options
context:
space:
mode:
authorFrank Hunleth <fhunleth@troodon-software.com>2016-02-02 14:57:40 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-20 19:21:24 +0100
commit2a39cbd932ba15594322fe0020e3798d183916d9 (patch)
treef1377880447517ef1c9c2a0039e5c421d5a40102 /package/erlang-p1-xml
parent6373adea3fa3863b5c467c8a5a0c427772733234 (diff)
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>
Diffstat (limited to 'package/erlang-p1-xml')
-rw-r--r--package/erlang-p1-xml/Config.in1
-rw-r--r--package/erlang-p1-xml/erlang-p1-xml.mk8
2 files changed, 5 insertions, 4 deletions
diff --git a/package/erlang-p1-xml/Config.in b/package/erlang-p1-xml/Config.in
index a6f4bd7e51..504501d912 100644
--- a/package/erlang-p1-xml/Config.in
+++ b/package/erlang-p1-xml/Config.in
@@ -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
diff --git a/package/erlang-p1-xml/erlang-p1-xml.mk b/package/erlang-p1-xml/erlang-p1-xml.mk
index f81d3e5496..31bab2311d 100644
--- a/package/erlang-p1-xml/erlang-p1-xml.mk
+++ b/package/erlang-p1-xml/erlang-p1-xml.mk
@@ -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