mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user