From: Khem Raj Date: Fri, 29 Oct 2010 01:34:35 +0000 (-0700) Subject: linux.inc: Add space before ending ']' of shell conditional. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5bbac3a075a8b2a8ad8fad26b87b2ee9c704a17;p=openembedded.git linux.inc: Add space before ending ']' of shell conditional. * Thanks to Scott Anderson for spotting it. Signed-off-by: Khem Raj --- 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