mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
python3-twisted: prepend split PACKAGES
Fixes an issue where split packages were no populated since all the files
were picked up by FILES:${PN}
Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
355f4e8d4e
commit
3a0c50ec5e
@@ -15,7 +15,7 @@ do_install:append() {
|
|||||||
find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \;
|
find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \;
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES += "\
|
PACKAGES =+ "\
|
||||||
${PN}-zsh \
|
${PN}-zsh \
|
||||||
${PN}-test \
|
${PN}-test \
|
||||||
${PN}-protocols \
|
${PN}-protocols \
|
||||||
|
|||||||
Reference in New Issue
Block a user