mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01: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"
|
||||
S = "${WORKDIR}/Python-${PV}"
|
||||
|
||||
SRC_URI[md5sum] = "cf4e6881bb84a7ce6089e4a307f71f14"
|
||||
SRC_URI[sha256sum] = "134c5e0736bae2e5570d0b915693374f11108ded63c35a23a35d282737d2ce83"
|
||||
|
||||
inherit native
|
||||
|
||||
EXTRA_OEMAKE = '\
|
||||
|
||||
Reference in New Issue
Block a user