mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-26 04:22:12 +00:00
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:
committed by
Thomas Petazzoni
parent
dac25351e6
commit
5dd1fce283
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user