From e5bbac3a075a8b2a8ad8fad26b87b2ee9c704a17 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 28 Oct 2010 18:34:35 -0700 Subject: [PATCH] linux.inc: Add space before ending ']' of shell conditional. * Thanks to Scott Anderson for spotting it. Signed-off-by: Khem Raj --- recipes/linux/linux.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/linux/linux.inc b/recipes/linux/linux.inc index 0409ebf08a..47da439de9 100644 --- a/recipes/linux/linux.inc +++ b/recipes/linux/linux.inc @@ -110,7 +110,7 @@ do_configure_prepend() { fi # Enable thumb2 fixup for specific issue in angstrom toolchains when used on A8 r1p[012] silicon - if [ "${DISTRO_NAME}" = "Angstrom" -o "${CORTEXA8FIXUP}" = "yes"] ; then + if [ "${DISTRO_NAME}" = "Angstrom" -o "${CORTEXA8FIXUP}" = "yes" ] ; then sed -i -e /CONFIG_ARM_ERRATA_430973/d ${WORKDIR}/defconfig echo "CONFIG_ARM_ERRATA_430973=y" >> ${S}/.config fi -- 2.39.5