From d933ad1c2103e8ab5be94ea24fcfe7c28d234e20 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 17 Nov 2022 13:05:52 -0600 Subject: Bitbake requires Bourne shell in recipes. --- recipes-bsp/at91bootstrap/at91bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/at91bootstrap/at91bootstrap.inc b/recipes-bsp/at91bootstrap/at91bootstrap.inc index 6dfc9ef..1738833 100644 --- a/recipes-bsp/at91bootstrap/at91bootstrap.inc +++ b/recipes-bsp/at91bootstrap/at91bootstrap.inc @@ -85,7 +85,7 @@ do_configure() { # Copy defconfig to .config if .config does not exist. This allows # recipes to manage the .config themselves in do_configure_prepend() # and to override default settings with a custom file. - if [ ${MACHINE} == mtr ]] || [[ ${MACHINE} == mtrv1 ]] || [[ ${MACHINE} == mtre ]] ; then + if [ "${MACHINE}" = "mtr" ] || [ "${MACHINE}" = "mtrv1" ] || [ "${MACHINE}" = "mtre" ] ; then CTYPE=".mtr" fi -- cgit v1.2.3