From a03397048392d37ca633a59f5d713bc86dad3a5e Mon Sep 17 00:00:00 2001 From: Lionel VITTE Date: Wed, 19 Oct 2022 09:00:16 +0200 Subject: [PATCH] MAKE-MOD-SCRIPTS: remove obsolete bbappend Change-Id: If105bc9ab61c9f4561832fbb98d6a0e5ffe7cdcd Signed-off-by: Lionel VITTE --- .../make-mod-scripts/make-mod-scripts_%.bbappend | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 recipes-kernel/make-mod-scripts/make-mod-scripts_%.bbappend 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 -} -