Commit 2a39cbd9 authored by Frank Hunleth's avatar Frank Hunleth Committed by Thomas Petazzoni
Browse files

erlang-p1-xml: bump to version 1.1.1



Signed-off-by: default avatarFrank 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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 6373adea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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
+4 −4
Original line number Diff line number Diff line
@@ -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