diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2013-10-10 10:52:06 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:55:21 +0100 |
commit | 0314b910e9c60f50acb62974a8b13c174fc9877b (patch) | |
tree | d5bf145a314e18e257b6d5fe87efcb7d4fa61cbc /meta | |
parent | f93071fb22f8d8b03691a59547fe312be6e7bf8f (diff) | |
download | poky-0314b910e9c60f50acb62974a8b13c174fc9877b.tar.gz |
kernel-yocto: Add a missing '['
(From OE-Core rev: 68a7d9f0e19ed577854a04610efc902062a369a8)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/kernel-yocto.bbclass | 2 |
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() { | |||
298 | set +e | 298 | set +e |
299 | # if SRCREV is AUTOREV it shows up as AUTOINC there's nothing to | 299 | # if SRCREV is AUTOREV it shows up as AUTOINC there's nothing to |
300 | # check and we can exit early | 300 | # check and we can exit early |
301 | if [ "${SRCREV_machine}" = "AUTOINC" ] || "${SRCREV_machine}" = "INVALID" ] || | 301 | if [ "${SRCREV_machine}" = "AUTOINC" ] || [ "${SRCREV_machine}" = "INVALID" ] || |
302 | [ "${SRCREV_machine}" = "" ]; then | 302 | [ "${SRCREV_machine}" = "" ]; then |
303 | return | 303 | return |
304 | fi | 304 | fi |