meta-netmodule-distro/bbappends/core/recipes-devtools/python/python3_%.bbappend

6 lines
109 B
Plaintext

do_install_append(){
cd ${D}${libdir}/python${PYTHON_MAJMIN}
rm -rf turtle.py turtledemo/
cd -
}