Signed-off-by: Martin Jansa <[email protected]>
---
 .../python/python3-cython_0.29.36.bb           | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/meta/recipes-devtools/python/python3-cython_0.29.36.bb 
b/meta/recipes-devtools/python/python3-cython_0.29.36.bb
index 78be2b94ed..8f971b2179 100644
--- a/meta/recipes-devtools/python/python3-cython_0.29.36.bb
+++ b/meta/recipes-devtools/python/python3-cython_0.29.36.bb
@@ -20,17 +20,17 @@ do_install:append() {
 PACKAGESPLITFUNCS =+ "cython_fix_sources"
 
 cython_fix_sources () {
-       for f in 
${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/Cython/Compiler/FlowControl.c
 \
-               
${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/Cython/Compiler/FusedNode.c \
-               
${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/Cython/Compiler/Scanning.c \
-               
${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/Cython/Compiler/Visitor.c \
-               
${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/Cython/Plex/Actions.c \
-               
${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/Cython/Plex/Scanners.c \
-               
${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/Cython/Runtime/refnanny.c \
-               
${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/Cython/Tempita/_tempita.c \
+       for f in 
${PKGD}/usr/src/debug/${PN}/${PV}/Cython/Compiler/FlowControl.c \
+               ${PKGD}/usr/src/debug/${PN}/${PV}/Cython/Compiler/FusedNode.c \
+               ${PKGD}/usr/src/debug/${PN}/${PV}/Cython/Compiler/Scanning.c \
+               ${PKGD}/usr/src/debug/${PN}/${PV}/Cython/Compiler/Visitor.c \
+               ${PKGD}/usr/src/debug/${PN}/${PV}/Cython/Plex/Actions.c \
+               ${PKGD}/usr/src/debug/${PN}/${PV}/Cython/Plex/Scanners.c \
+               ${PKGD}/usr/src/debug/${PN}/${PV}/Cython/Runtime/refnanny.c \
+               ${PKGD}/usr/src/debug/${PN}/${PV}/Cython/Tempita/_tempita.c \
                
${PKGD}${libdir}/${PYTHON_DIR}/site-packages/Cython*/SOURCES.txt; do
                if [ -e $f ]; then
-                       sed -i -e 
's#${WORKDIR}/Cython-${PV}#/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}#g' $f
+                       sed -i -e 
's#${WORKDIR}/Cython-${PV}#/usr/src/debug/${PN}/${PV}#g' $f
                fi
        done
 }
-- 
2.42.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#190763): 
https://lists.openembedded.org/g/openembedded-core/message/190763
Mute This Topic: https://lists.openembedded.org/mt/102623150/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to