diff options
author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2024-11-10 15:59:28 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:05 -0800 |
commit | b7176cec9b5e11c964ec7d4ec4a7fa83e1594fb2 (patch) | |
tree | 9e4babbe3d5ae4cf60b0e14730f6e9e8c4a9345f /meta-python/recipes-devtools/python | |
parent | c6d25e75e98d1f81577dca521185b4e76e68c315 (diff) | |
download | meta-openembedded-b7176cec9b5e11c964ec7d4ec4a7fa83e1594fb2.tar.gz |
python3-twisted: remove do_install append
It looks like it doesn't remove any files today. So I propose
we simply remove this append to do_install to clean up the recipe
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb b/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb index 056ddf4286..b097cb7fb4 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb | |||
@@ -10,11 +10,6 @@ SRC_URI[sha256sum] = "02951299672595fea0f70fa2d5f7b5e3d56836157eda68859a6ad6492d | |||
10 | 10 | ||
11 | inherit pypi python_hatchling | 11 | inherit pypi python_hatchling |
12 | 12 | ||
13 | do_install:append() { | ||
14 | # remove some useless files before packaging | ||
15 | find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \; | ||
16 | } | ||
17 | |||
18 | PACKAGES =+ "\ | 13 | PACKAGES =+ "\ |
19 | ${PN}-zsh \ | 14 | ${PN}-zsh \ |
20 | ${PN}-test \ | 15 | ${PN}-test \ |