aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-28 18:34:35 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-28 18:35:56 -0700
commite5bbac3a075a8b2a8ad8fad26b87b2ee9c704a17 (patch)
treee32cb9851deca6a5217976db2e98c0950d1452c7
parentd2ad2e07bc67f9a58be3733e4594b1dbf16bb30e (diff)
downloadopenembedded-e5bbac3a075a8b2a8ad8fad26b87b2ee9c704a17.tar.gz
linux.inc: Add space before ending ']' of shell conditional.
* Thanks to Scott Anderson for spotting it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/linux/linux.inc2
1 files changed, 1 insertions, 1 deletions
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