mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
c6d25e75e9
commit
b7176cec9b
@@ -10,11 +10,6 @@ SRC_URI[sha256sum] = "02951299672595fea0f70fa2d5f7b5e3d56836157eda68859a6ad6492d
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
do_install:append() {
|
||||
# remove some useless files before packaging
|
||||
find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \;
|
||||
}
|
||||
|
||||
PACKAGES =+ "\
|
||||
${PN}-zsh \
|
||||
${PN}-test \
|
||||
|
||||
Reference in New Issue
Block a user