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>
This commit is contained in:
Guðni Már Gilbert
2024-05-05 22:31:10 +00:00
committed by Khem Raj
parent 32984eb9fd
commit bd1b5cde34

View File

@@ -15,7 +15,7 @@ do_install:append() {
find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \;
}
PACKAGES += "\
PACKAGES =+ "\
${PN}-zsh \
${PN}-test \
${PN}-protocols \