summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-installer_0.7.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-10-16 21:36:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-22 12:28:17 +0100
commitf7be321a8d19e1fb27ed91ad8a55b1696d34b954 (patch)
tree584722c711716cbbc02abe42029576236c7c9772 /meta/recipes-devtools/python/python3-installer_0.7.0.bb
parent67cf5e5bde335ed5926dc14d1fa17ecf7dc1202f (diff)
downloadpoky-f7be321a8d19e1fb27ed91ad8a55b1696d34b954.tar.gz
python3-installer: add a patch to ensure RECORD file reproducibility
(From OE-Core rev: 982dce3dd65f786d3c9c12216be49c3be5b9e928) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-installer_0.7.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-installer_0.7.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-installer_0.7.0.bb b/meta/recipes-devtools/python/python3-installer_0.7.0.bb
index 9429705b1f..6aaf1b3a37 100644
--- a/meta/recipes-devtools/python/python3-installer_0.7.0.bb
+++ b/meta/recipes-devtools/python/python3-installer_0.7.0.bb
@@ -6,7 +6,8 @@ BUGTRACKER = "https://github.com/pypa/installer/issues"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=5038641aec7a77451e31da828ebfae00" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=5038641aec7a77451e31da828ebfae00"
8 8
9SRC_URI += "file://interpreter.patch" 9SRC_URI += "file://interpreter.patch \
10 file://0001-src-installer-utils.py-sort-entries-before-writing-o.patch"
10 11
11SRC_URI[sha256sum] = "a26d3e3116289bb08216e0d0f7d925fcef0b0194eedfa0c944bcaaa106c4b631" 12SRC_URI[sha256sum] = "a26d3e3116289bb08216e0d0f7d925fcef0b0194eedfa0c944bcaaa106c4b631"
12 13