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:
Guðni Már Gilbert
2024-05-05 22:31:10 +00:00
committed by Armin Kuster
parent 355f4e8d4e
commit 3a0c50ec5e

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 \