summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2021-01-28 19:04:49 -0800
committerKhem Raj <raj.khem@gmail.com>2021-02-01 10:44:32 -0800
commit193078e6bb6edbf39d568e5bd7967b757b94ff09 (patch)
treefd1caadce59017137ea8dcface963e7647e5e710 /meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb
parent0532eaf50b33446ebb2feb7d4d56184a9681b990 (diff)
downloadmeta-openembedded-193078e6bb6edbf39d568e5bd7967b757b94ff09.tar.gz
python3-h5py: improve reproducibility
Prevent absolute path from ending up in the egg-info SOURCES.txt. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb b/meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb
index 3904abbb48..b812b323fa 100644
--- a/meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb
@@ -9,6 +9,7 @@ SRC_URI[sha256sum] = "84412798925dc870ffd7107f045d7659e60f5d46d1c70c700375248bf6
9 9
10SRC_URI_append = " \ 10SRC_URI_append = " \
11 file://0001-cross-compiling-support.patch \ 11 file://0001-cross-compiling-support.patch \
12 file://0001-setup_build.py-avoid-absolute-path.patch \
12 " 13 "
13 14
14inherit pypi setuptools3 15inherit pypi setuptools3