From 445b33e9b33ef56d517cb892b871b2272a4becf4 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 17 Nov 2023 09:51:42 +0100 Subject: python3-{h5py,pandas}: drop ${PE}, ${PR} from /usr/src/debug paths Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb b/meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb index 87a173c8a2..5e69fea6c1 100644 --- a/meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb @@ -19,7 +19,7 @@ DEPENDS += " \ 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 -- cgit v1.2.3-54-g00ecf