mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
sdbus-c++: Disable ccache
It adds spurious -isystem from somewhere else Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -42,3 +42,6 @@ do_install:append() {
|
|||||||
PTEST_PATH = "${libdir}/${BPN}/tests"
|
PTEST_PATH = "${libdir}/${BPN}/tests"
|
||||||
FILES:${PN}-ptest =+ "${sysconfdir}/dbus-1/system.d/"
|
FILES:${PN}-ptest =+ "${sysconfdir}/dbus-1/system.d/"
|
||||||
FILES:${PN}-dev += "${bindir}/sdbus-c++-xml2cpp"
|
FILES:${PN}-dev += "${bindir}/sdbus-c++-xml2cpp"
|
||||||
|
|
||||||
|
# It adds -isystem which is spurious, no idea where it gets it from
|
||||||
|
CCACHE_DISABLE = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user