From f601e2d57d445932ada46d39b7799afbcd1cc179 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 26 Sep 2022 17:47:35 +0200 Subject: [PATCH] Remove python3_bbappend This is not required anymore. The turtledemo were part of the python3-misc package which is not used anymore. BugzID: 81512 --- bbappends/core/recipes-devtools/python/python3_%.bbappend | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 bbappends/core/recipes-devtools/python/python3_%.bbappend 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 - -}