diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-21 12:46:00 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-21 23:36:04 -0800 |
commit | d328049052beb82a675ddeabd18ab07316cd3c7c (patch) | |
tree | 32e1776574383270f79aa842fafed53b12e05f10 /meta-oe/recipes-core/sdbus-c++ | |
parent | e95aca9bd00823ee72bab1f7059fab5adc48e46c (diff) | |
download | meta-openembedded-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/recipes-core/sdbus-c++')
-rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.2.0.bb | 3 |
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() { | |||
42 | PTEST_PATH = "${libdir}/${BPN}/tests" | 42 | PTEST_PATH = "${libdir}/${BPN}/tests" |
43 | FILES:${PN}-ptest =+ "${sysconfdir}/dbus-1/system.d/" | 43 | FILES:${PN}-ptest =+ "${sysconfdir}/dbus-1/system.d/" |
44 | FILES:${PN}-dev += "${bindir}/sdbus-c++-xml2cpp" | 44 | FILES:${PN}-dev += "${bindir}/sdbus-c++-xml2cpp" |
45 | |||
46 | # It adds -isystem which is spurious, no idea where it gets it from | ||
47 | CCACHE_DISABLE = "1" | ||