summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudnimar@noxmedical.com>2024-05-05 22:31:10 +0000
committerKhem Raj <raj.khem@gmail.com>2024-05-05 17:04:48 -0700
commitbd1b5cde348dbc20e3d332de69617a8a95fe5ff3 (patch)
treeeef22e5fae78bd506ff346c6e88f48f02abcd21a /meta-python
parent32984eb9fdde4a61b48d04a02be049725e85e044 (diff)
downloadmeta-openembedded-bd1b5cde348dbc20e3d332de69617a8a95fe5ff3.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb
index ba5bb04db..336c17389 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb
@@ -15,7 +15,7 @@ do_install:append() {
15 find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \; 15 find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \;
16} 16}
17 17
18PACKAGES += "\ 18PACKAGES =+ "\
19 ${PN}-zsh \ 19 ${PN}-zsh \
20 ${PN}-test \ 20 ${PN}-test \
21 ${PN}-protocols \ 21 ${PN}-protocols \