package/python-yieldfrom: fix licensing info

There is no file containing the license text. The closest we can use is
the PKG-INFO file, which contains the license name...

Fixes:
    http://autobuild.buildroot.net/results/dff21d63845d3d6a5f78c1000301cdd2104595f4
    http://autobuild.buildroot.net/results/220e82f555ce6c98b89605bab72c7ea3eea61c66
    ...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Asaf Kahlon <asafka7@gmail.com>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Yann E. MORIN
2018-04-08 10:40:00 +02:00
committed by Thomas Petazzoni
parent dac25351e6
commit 5dd1fce283
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ PYTHON_YIELDFROM_SOURCE = yieldfrom-$(PYTHON_YIELDFROM_VERSION).tar.gz
PYTHON_YIELDFROM_SITE = https://pypi.python.org/packages/de/2d/05524f368e691846824d962b64f983e3fde9b8c10839e7efbc1b51d42de3
PYTHON_YIELDFROM_SETUP_TYPE = setuptools
PYTHON_YIELDFROM_LICENSE = MIT
PYTHON_YIELDFROM_LICENSE_FILES = LICENSE
PYTHON_YIELDFROM_LICENSE_FILES = PKG-INFO
$(eval $(python-package))
$(eval $(host-python-package))