The recipe can use the more commonly used PACKAGE_PREPROCESS_FUNCS instead of PACKAGEBUILDPKGD which is likely to be removed soon, there should be no change in behaviour.
Signed-off-by: Richard Purdie <[email protected]> --- meta/recipes-devtools/python/python3-cython_0.29.32.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..1c4853e14af 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" +PACKAGE_PREPROCESS_FUNCS += "cython_fix_sources" cython_fix_sources () { for f in ${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/Cython/Compiler/FlowControl.c \ -- 2.37.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#175495): https://lists.openembedded.org/g/openembedded-core/message/175495 Mute This Topic: https://lists.openembedded.org/mt/96052509/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
