Skip to content

Commit bd1b5cd

Browse files
Guðni Már Gilbertkraj
authored andcommitted
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>
1 parent 32984eb commit bd1b5cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ do_install:append() {
1515
find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \;
1616
}
1717

18-
PACKAGES += "\
18+
PACKAGES =+ "\
1919
${PN}-zsh \
2020
${PN}-test \
2121
${PN}-protocols \

0 commit comments

Comments
 (0)