mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
e95aca9bd0
commit
d328049052
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user