[oe-commits] Khem Raj : linux.inc: Add space before ending ']' of shell conditional.

git version control git at git.openembedded.org
Fri Oct 29 01:40:59 UTC 2010


Module: openembedded.git
Branch: master
Commit: e5bbac3a075a8b2a8ad8fad26b87b2ee9c704a17
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e5bbac3a075a8b2a8ad8fad26b87b2ee9c704a17

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Oct 28 18:34:35 2010 -0700

linux.inc: Add space before ending ']' of shell conditional.

* Thanks to Scott Anderson for spotting it.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/linux/linux.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux.inc b/recipes/linux/linux.inc
index 0409ebf..47da439 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





More information about the Openembedded-commits mailing list