MAKE-MOD-SCRIPTS: remove obsolete bbappend
Change-Id: If105bc9ab61c9f4561832fbb98d6a0e5ffe7cdcd Signed-off-by: Lionel VITTE <lionel.vitte@st.com>
This commit is contained in:
parent
38160843bf
commit
a033970483
|
|
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue