mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-19 16:00:26 +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>
This commit is contained in:
committed by
Khem Raj
parent
32984eb9fd
commit
bd1b5cde34
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user