diff --git a/recipes-devtools/openocd/openocd-stm32mp_0.11.0.bb b/recipes-devtools/openocd/openocd-stm32mp_0.11.0.bb index b8556ca..61246cc 100644 --- a/recipes-devtools/openocd/openocd-stm32mp_0.11.0.bb +++ b/recipes-devtools/openocd/openocd-stm32mp_0.11.0.bb @@ -19,5 +19,5 @@ SRC_URI += "" # To be removed after a new jimtcl release get used by openocd. do_configure:prepend() { git add jimtcl - git commit -m "Update jimtcl" + git commit --allow-empty -m "Update jimtcl" }