mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-27 16:48:00 +01:00
Remove egg file build. This got introduced with commit fb1696372ff9
("python-vcversioner: Error Fix for recipes depend on
python-vcversioner"). However, it seems that this was actually not
related to the missing egg file, but to the back then missing depends
on python-vcversioner-native. This got fixed in commit 12d09665bbee
("python-jsonschema, python3-jsonschema: add vcversioner-native
dependency").
It also causes issue when trying to build a reproducible build with a
timestamp of 0 due to limitations of the ZIP file format used by the
Python egg packaging.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
413 B
BlitzBasic
13 lines
413 B
BlitzBasic
SUMMARY = "Python vcversioner, automagically update the project's version"
|
|
HOMEPAGE = "https://github.com/habnabit/vcversioner"
|
|
|
|
LICENSE = "ISC"
|
|
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=827a7a91a8d20d3c666b665cd96db8e3"
|
|
|
|
SRC_URI[md5sum] = "aab6ef5e0cf8614a1b1140ed5b7f107d"
|
|
SRC_URI[sha256sum] = "dae60c17a479781f44a4010701833f1829140b1eeccd258762a74974aa06e19b"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
BBCLASSEXTEND = "native"
|