Skip to content

Commit

Permalink
python3-twisted: prepend split PACKAGES
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Guðni Már Gilbert authored and kraj committed May 6, 2024
1 parent 32984eb commit bd1b5cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit bd1b5cd

Please sign in to comment.