summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb2
1 files changed, 1 insertions, 1 deletions
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 += " \
19PACKAGESPLITFUNCS =+ "fix_cythonized_sources" 19PACKAGESPLITFUNCS =+ "fix_cythonized_sources"
20 20
21fix_cythonized_sources() { 21fix_cythonized_sources() {
22 for f in `grep -l -r -e '\/* Generated by Cython.*/$' ${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}`; do 22 for f in `grep -l -r -e '\/* Generated by Cython.*/$' ${PKGD}${TARGET_DBGSRC_DIR}`; do
23 if [ -e $f ]; then 23 if [ -e $f ]; then
24 sed -i -e 's#${RECIPE_SYSROOT_NATIVE}##g' $f 24 sed -i -e 's#${RECIPE_SYSROOT_NATIVE}##g' $f
25 fi 25 fi