mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user