From 823d61ebbfe0c25da70eda058b1d7dc7867d76a0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 23 Aug 2015 17:54:55 -0700 Subject: cairo,cpufrequtils,pulseaudio: Use gcc always They dont yet build with clang, so use gcc toolchain always Signed-off-by: Khem Raj --- recipes-excluded/nonclangable/cairo_%.bbappend | 2 ++ recipes-excluded/nonclangable/cpufrequtils_%.bbappend | 2 ++ recipes-excluded/nonclangable/pulseaudio_%.bbappend | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 recipes-excluded/nonclangable/cairo_%.bbappend create mode 100644 recipes-excluded/nonclangable/cpufrequtils_%.bbappend create mode 100644 recipes-excluded/nonclangable/pulseaudio_%.bbappend 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 @@ +TOOLCHAIN = "gcc" + 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 @@ +TOOLCHAIN = "gcc" + 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 @@ +TOOLCHAIN = "gcc" + -- cgit v1.2.3-54-g00ecf