diff --git a/recipes-kernel/make-mod-scripts/make-mod-scripts_%.bbappend b/recipes-kernel/make-mod-scripts/make-mod-scripts_%.bbappend deleted file mode 100644 index 049d7c1..0000000 --- a/recipes-kernel/make-mod-scripts/make-mod-scripts_%.bbappend +++ /dev/null @@ -1,8 +0,0 @@ -do_configure:prepend:stm32mpcommon() { - PLUGIN_PATH=$(${CC} -print-file-name=plugin) - if [ -e "${PLUGIN_PATH}/include/plugin-version.h" ]; then - bbnote "Will remove ${PLUGIN_PATH}/include/plugin-version.h" - rm -f ${PLUGIN_PATH}/include/plugin-version.h - fi -} -