MAKE-MOD-SCRIPTS: remove obsolete bbappend

Change-Id: If105bc9ab61c9f4561832fbb98d6a0e5ffe7cdcd
Signed-off-by: Lionel VITTE <lionel.vitte@st.com>
This commit is contained in:
Lionel VITTE 2022-10-19 09:00:16 +02:00 committed by bernard PUEL
parent 38160843bf
commit a033970483
1 changed files with 0 additions and 8 deletions

View File

@ -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
}