diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-08-23 17:54:55 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2015-08-23 17:54:55 -0700 |
commit | 823d61ebbfe0c25da70eda058b1d7dc7867d76a0 (patch) | |
tree | 6a129b11f2729a6bb16d6415850346500070088c | |
parent | 84d47f43fa2171ceb7be3e05a969edc47306b414 (diff) | |
download | meta-clang-823d61ebbfe0c25da70eda058b1d7dc7867d76a0.tar.gz |
cairo,cpufrequtils,pulseaudio: Use gcc always
They dont yet build with clang, so use gcc toolchain always
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-excluded/nonclangable/cairo_%.bbappend | 2 | ||||
-rw-r--r-- | recipes-excluded/nonclangable/cpufrequtils_%.bbappend | 2 | ||||
-rw-r--r-- | recipes-excluded/nonclangable/pulseaudio_%.bbappend | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/recipes-excluded/nonclangable/cairo_%.bbappend b/recipes-excluded/nonclangable/cairo_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/cairo_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/cpufrequtils_%.bbappend b/recipes-excluded/nonclangable/cpufrequtils_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/cpufrequtils_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/pulseaudio_%.bbappend b/recipes-excluded/nonclangable/pulseaudio_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/pulseaudio_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||