diff --git a/bbappends/core/recipes-devtools/python/python3_%.bbappend b/bbappends/core/recipes-devtools/python/python3_%.bbappend deleted file mode 100644 index 9293ac0..0000000 --- a/bbappends/core/recipes-devtools/python/python3_%.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -do_install_append(){ - cd ${D}${libdir}/python${PYTHON_MAJMIN} - rm -rf turtle.py turtledemo/ - cd - -}