mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
Update python recipes to use the common pypi package
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
b62ae60f86
commit
9d9a616a39
@@ -4,14 +4,10 @@ HOMEPAGE = "https://github.com/habnabit/vcversioner"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=260625d695c5e0c9dd2c2ef898833c7d"
|
||||
|
||||
SRC_URI = "https://pypi.python.org/packages/source/v/vcversioner/vcversioner-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "7848a365ced9941053bc25d9a9f8f4b4"
|
||||
SRC_URI[sha256sum] = "acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86"
|
||||
|
||||
S = "${WORKDIR}/vcversioner-${PV}"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
inherit pypi setuptools
|
||||
|
||||
do_compile_append() {
|
||||
export BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS}
|
||||
|
||||
Reference in New Issue
Block a user