mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 13:31:20 +00: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:
parent
99de12f152
commit
c2adc21844
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user