summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-04-27 11:55:43 -0700
committerKhem Raj <raj.khem@gmail.com>2018-07-06 10:11:58 -0700
commit5cfe10b1bbf5519c73f1fad728394001b95511b5 (patch)
tree227eca353084bd8a0e9c5f2a0ac2204b1810b689
parent022e6e3eaa71e04c878eec926640297ac308c713 (diff)
downloadmeta-clang-5cfe10b1bbf5519c73f1fad728394001b95511b5.tar.gz
clang.inc: Match the formatting to rest of assignments
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-devtools/clang/clang.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc
index 20fc18f..d0885c1 100644
--- a/recipes-devtools/clang/clang.inc
+++ b/recipes-devtools/clang/clang.inc
@@ -7,9 +7,9 @@ LLVM_GIT_PROTOCOL ?= "git"
7# 7#
8# Uncomment below to enable master version of clang/llvm 8# Uncomment below to enable master version of clang/llvm
9# 9#
10MAJOR_VER="6" 10MAJOR_VER = "6"
11MINOR_VER="0" 11MINOR_VER = "0"
12PATCH_VER="1" 12PATCH_VER = "1"
13 13
14PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" 14PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}"
15BRANCH = "release_60" 15BRANCH = "release_60"