diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-11-23 12:04:54 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-23 19:18:48 -0800 |
| commit | 459814ea4768bdab50efe7e4e918faf658ed6f42 (patch) | |
| tree | 81f96639f9cbf061a147b9a978fc11ab235fce66 /conf | |
| parent | d8e54f7599ccac98378cc2d9c616f3a9c92540e1 (diff) | |
| download | meta-clang-459814ea4768bdab50efe7e4e918faf658ed6f42.tar.gz | |
layer.conf: Define LLVMVERSION in terms of clang version
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 967f052..96fed5f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -28,5 +28,7 @@ INHERIT += "clang" | |||
| 28 | # include clang in SDK | 28 | # include clang in SDK |
| 29 | CLANGSDK ??= "1" | 29 | CLANGSDK ??= "1" |
| 30 | 30 | ||
| 31 | LLVMVERSION = "9.0.1" | ||
| 32 | |||
| 31 | require conf/nonclangable.conf | 33 | require conf/nonclangable.conf |
| 32 | require conf/nonscanable.conf | 34 | require conf/nonscanable.conf |
