mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
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:
parent
6373adea3f
commit
2a39cbd932
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_ERLANG_P1_XML
|
config BR2_PACKAGE_ERLANG_P1_XML
|
||||||
bool "erlang-p1-xml"
|
bool "erlang-p1-xml"
|
||||||
|
select BR2_PACKAGE_ERLANG_P1_UTILS
|
||||||
select BR2_PACKAGE_EXPAT
|
select BR2_PACKAGE_EXPAT
|
||||||
help
|
help
|
||||||
XML utilities for Erlang
|
XML utilities for Erlang
|
||||||
|
@ -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_SITE = $(call github,processone,xml,$(ERLANG_P1_XML_VERSION))
|
||||||
ERLANG_P1_XML_LICENSE = GPLv2+
|
ERLANG_P1_XML_LICENSE = Apache-2.0
|
||||||
ERLANG_P1_XML_LICENSE_FILES = COPYING
|
ERLANG_P1_XML_LICENSE_FILES = LICENSE.txt
|
||||||
ERLANG_P1_XML_DEPENDENCIES = expat
|
ERLANG_P1_XML_DEPENDENCIES = expat erlang-p1-utils
|
||||||
ERLANG_P1_XML_INSTALL_STAGING = YES
|
ERLANG_P1_XML_INSTALL_STAGING = YES
|
||||||
|
|
||||||
ERLANG_P1_XML_USE_AUTOCONF = YES
|
ERLANG_P1_XML_USE_AUTOCONF = YES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user