]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
erlang-p1-xml: bump to version 1.1.1
authorFrank Hunleth <fhunleth@troodon-software.com>
Tue, 2 Feb 2016 19:57:40 +0000 (14:57 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 20 Feb 2016 18:21:24 +0000 (19:21 +0100)
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>
package/erlang-p1-xml/Config.in
package/erlang-p1-xml/erlang-p1-xml.mk

index a6f4bd7e513b58f33e13ba55b6670322e5014b48..504501d912a5031bdb3b7f0ae019207674c8e9ec 100644 (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
index f81d3e5496c7af57992f375f5ceb1f8a3c003cc5..31bab2311da92f662d544f60a2f916078557ceba 100644 (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