diff options
| author | Guðni Már Gilbert <gudnimar@noxmedical.com> | 2024-05-05 22:31:10 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-05 17:04:48 -0700 |
| commit | bd1b5cde348dbc20e3d332de69617a8a95fe5ff3 (patch) | |
| tree | eef22e5fae78bd506ff346c6e88f48f02abcd21a | |
| parent | 32984eb9fdde4a61b48d04a02be049725e85e044 (diff) | |
| download | meta-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>
| -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 ba5bb04db0..336c173893 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 \ |
