summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2013-10-10 10:52:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-11 23:18:14 +0100
commit68a7d9f0e19ed577854a04610efc902062a369a8 (patch)
tree1d079fb737dd85b0ddbc3b49c9437d7d240d45e0 /meta/classes
parentb833837cac377e7c1c3ff18531b152340b669329 (diff)
downloadopenembedded-core-contrib-68a7d9f0e19ed577854a04610efc902062a369a8.tar.gz
kernel-yocto: Add a missing '['
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/kernel-yocto.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index 97a5fa7a27..8f79932438 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -298,7 +298,7 @@ do_validate_branches() {
set +e
# if SRCREV is AUTOREV it shows up as AUTOINC there's nothing to
# check and we can exit early
- if [ "${SRCREV_machine}" = "AUTOINC" ] || "${SRCREV_machine}" = "INVALID" ] ||
+ if [ "${SRCREV_machine}" = "AUTOINC" ] || [ "${SRCREV_machine}" = "INVALID" ] ||
[ "${SRCREV_machine}" = "" ]; then
return
fi