From bd1b5cde348dbc20e3d332de69617a8a95fe5ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Sun, 5 May 2024 22:31:10 +0000 Subject: [PATCH] python3-twisted: prepend split PACKAGES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ba5bb04db0c..336c173893a 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 \