aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-21 12:46:00 -0800
committerKhem Raj <raj.khem@gmail.com>2023-01-21 23:36:04 -0800
commitd328049052beb82a675ddeabd18ab07316cd3c7c (patch)
tree32e1776574383270f79aa842fafed53b12e05f10 /meta-oe
parente95aca9bd00823ee72bab1f7059fab5adc48e46c (diff)
downloadmeta-openembedded-contrib-d328049052beb82a675ddeabd18ab07316cd3c7c.tar.gz
sdbus-c++: Disable ccache
It adds spurious -isystem from somewhere else Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.2.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.2.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.2.0.bb
index 75cd815535..2fb975ced6 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.2.0.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.2.0.bb
@@ -42,3 +42,6 @@ do_install:append() {
PTEST_PATH = "${libdir}/${BPN}/tests"
FILES:${PN}-ptest =+ "${sysconfdir}/dbus-1/system.d/"
FILES:${PN}-dev += "${bindir}/sdbus-c++-xml2cpp"
+
+# It adds -isystem which is spurious, no idea where it gets it from
+CCACHE_DISABLE = "1"