linux.inc: Add space before ending ']' of shell conditional.
authorKhem Raj <raj.khem@gmail.com>
Fri, 29 Oct 2010 01:34:35 +0000 (18:34 -0700)
committerKhem Raj <raj.khem@gmail.com>
Fri, 29 Oct 2010 01:35:56 +0000 (18:35 -0700)
* Thanks to Scott Anderson for spotting it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/linux/linux.inc

index 0409ebf..47da439 100644 (file)
@@ -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