diff options
author | Guðni Már Gilbert <gudnimar@noxmedical.com> | 2024-05-05 22:31:10 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-06-17 09:01:27 -0400 |
commit | 3a0c50ec5ebdab62c0a8ac2a086afe71add92560 (patch) | |
tree | 4a1011dcc474a57d8d75aba8252ea6f2f141180f | |
parent | 355f4e8d4e6de6764f94d8260ade962073eb5293 (diff) | |
download | meta-openembedded-3a0c50ec5ebdab62c0a8ac2a086afe71add92560.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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb | 2 |
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 e5223ccd65..1454b62c59 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 | ||
18 | PACKAGES += "\ | 18 | PACKAGES =+ "\ |
19 | ${PN}-zsh \ | 19 | ${PN}-zsh \ |
20 | ${PN}-test \ | 20 | ${PN}-test \ |
21 | ${PN}-protocols \ | 21 | ${PN}-protocols \ |