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:
Khem Raj 2023-01-21 12:46:00 -08:00
parent e95aca9bd0
commit d328049052

View File

@ -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"