summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2022-11-17 13:05:52 -0600
committerJohn Klug <john.klug@multitech.com>2022-11-17 13:05:52 -0600
commitd933ad1c2103e8ab5be94ea24fcfe7c28d234e20 (patch)
treef9277cd0c936a2fccc2b5e35adf19a2680361d39
parentfe3468c63611d66e50d0dc9d98496d71e500b385 (diff)
downloadmeta-multitech-atmel-d933ad1c2103e8ab5be94ea24fcfe7c28d234e20.tar.gz
meta-multitech-atmel-d933ad1c2103e8ab5be94ea24fcfe7c28d234e20.tar.bz2
meta-multitech-atmel-d933ad1c2103e8ab5be94ea24fcfe7c28d234e20.zip
Bitbake requires Bourne shell in recipes.
-rw-r--r--recipes-bsp/at91bootstrap/at91bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
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