summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-04 15:03:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-05 11:52:50 +0000
commitc2adc218442dd0f39ff24fb86b9dd38095260308 (patch)
treefa54ef0972141d11c28d8516796c35c1ed9eb5ae
parent99de12f152413c1cb942eac26082d6795a285151 (diff)
downloadpoky-c2adc218442dd0f39ff24fb86b9dd38095260308.tar.gz
python3-cython: Use PACKAGESPLITFUNCS instead of PACKAGEBUILDPKGD
The recipe can use the more commonly used PACKAGESPLITFUNCS instead of PACKAGEBUILDPKGD which is likely to be removed soon, there should be no change in behaviour. (From OE-Core rev: b060a8a7e4c35f8404525f462189390e2dce81e5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-cython_0.29.32.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-cython_0.29.32.bb b/meta/recipes-devtools/python/python3-cython_0.29.32.bb
index 8fed1cf94d..78be2b94ed 100644
--- a/meta/recipes-devtools/python/python3-cython_0.29.32.bb
+++ b/meta/recipes-devtools/python/python3-cython_0.29.32.bb
@@ -17,7 +17,7 @@ do_install:append() {
17 mv ${D}${bindir}/cygdb ${D}${bindir}/cygdb3 17 mv ${D}${bindir}/cygdb ${D}${bindir}/cygdb3
18} 18}
19 19
20PACKAGEBUILDPKGD += "cython_fix_sources" 20PACKAGESPLITFUNCS =+ "cython_fix_sources"
21 21
22cython_fix_sources () { 22cython_fix_sources () {
23 for f in ${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/Cython/Compiler/FlowControl.c \ 23 for f in ${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/Cython/Compiler/FlowControl.c \