aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-11-17 09:51:42 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-20 09:30:39 -0800
commit445b33e9b33ef56d517cb892b871b2272a4becf4 (patch)
tree683679b22a6896012e9bbe0b83c26469f84110e3 /meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb
parent5d577748ca8b24e2408bda51a464ed3d7207cc6b (diff)
downloadmeta-openembedded-445b33e9b33ef56d517cb892b871b2272a4becf4.tar.gz
python3-{h5py,pandas}: drop ${PE}, ${PR} from /usr/src/debug paths
Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb b/meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb
index 400233e64a..e772106857 100644
--- a/meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb
@@ -24,7 +24,7 @@ DEPENDS = "python3-pkgconfig-native \
PACKAGESPLITFUNCS =+ "fix_cythonized_sources"
fix_cythonized_sources() {
- for f in `grep -l -r -e '\/* Generated by Cython.*/$' ${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}`; do
+ for f in `grep -l -r -e '\/* Generated by Cython.*/$' ${PKGD}${TARGET_DBGSRC_DIR}`; do
if [ -e $f ]; then
sed -i -e 's#${RECIPE_SYSROOT_NATIVE}##g' $f
fi