mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
python-native: add missing SRC_URI hashes
(From OE-Core rev: 95a4640d461b8e1d46011f5f415f36d643c93b79) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d00a02d82b
commit
33b40763d2
@@ -14,6 +14,9 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
|
|||||||
file://nohostlibs.patch"
|
file://nohostlibs.patch"
|
||||||
S = "${WORKDIR}/Python-${PV}"
|
S = "${WORKDIR}/Python-${PV}"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "cf4e6881bb84a7ce6089e4a307f71f14"
|
||||||
|
SRC_URI[sha256sum] = "134c5e0736bae2e5570d0b915693374f11108ded63c35a23a35d282737d2ce83"
|
||||||
|
|
||||||
inherit native
|
inherit native
|
||||||
|
|
||||||
EXTRA_OEMAKE = '\
|
EXTRA_OEMAKE = '\
|
||||||
|
|||||||
Reference in New Issue
Block a user