mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
python-pyxml: fix <pkg>_LICENSE_FILES
Fixes: http://autobuild.buildroot.org/results/972/9727fdeccc6df40c791f8ab31a606e0a8caedb87/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -8,7 +8,7 @@ PYTHON_PYXML_VERSION = 0.8.4
|
||||
PYTHON_PYXML_SOURCE = PyXML-$(PYTHON_PYXML_VERSION).tar.gz
|
||||
PYTHON_PYXML_SITE = http://downloads.sourceforge.net/project/pyxml/pyxml/0.8.4/
|
||||
PYTHON_PYXML_LICENSE = BSD-3c
|
||||
PYTHON_PYXML_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYXML_LICENSE_FILES = LICENCE
|
||||
PYTHON_PYXML_SETUP_TYPE = distutils
|
||||
PYTHON_PYXML_DEPENDENCIES = expat
|
||||
PYTHON_PYXML_BUILD_OPTS = --with-libexpat=$(STAGING_DIR)/usr
|
||||
|
||||
Reference in New Issue
Block a user