diff mbox series

[meta-python] python3-twisted: prepend split PACKAGES

Message ID 20240505223110.1043449-1-gudnimar@noxmedical.com
State Accepted
Headers show
Series [meta-python] python3-twisted: prepend split PACKAGES | expand

Commit Message

Guðni Már Gilbert May 5, 2024, 10:31 p.m. UTC
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>
---
 meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Guðni Már Gilbert May 5, 2024, 10:32 p.m. UTC | #1
See for reference discussion on Github: https://github.com/openembedded/meta-openembedded/pull/824
diff mbox series

Patch

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() {
     find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \;
 }
 
-PACKAGES += "\
+PACKAGES =+ "\
     ${PN}-zsh \
     ${PN}-test \
     ${PN}-protocols \