From: Richard Purdie Date: Wed, 4 Jan 2023 15:03:39 +0000 (+0000) Subject: python3-cython: Use PACKAGESPLITFUNCS instead of PACKAGEBUILDPKGD X-Git-Tag: uninative-3.8~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b060a8a7e4c35f8404525f462189390e2dce81e5;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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. Signed-off-by: Richard Purdie --- 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 8fed1cf94d0..78be2b94edb 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() { mv ${D}${bindir}/cygdb ${D}${bindir}/cygdb3 } -PACKAGEBUILDPKGD += "cython_fix_sources" +PACKAGESPLITFUNCS =+ "cython_fix_sources" cython_fix_sources () { for f in ${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/Cython/Compiler/FlowControl.c \