Searched hist:"7 bb985eeb0930905c2f4d551e895dd5293094931" (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/ |
H A D | meson.build | diff 7bb985eeb0930905c2f4d551e895dd5293094931 Thu Sep 02 16:31:40 CDT 2021 Ed Tanous <edtanous@google.com> Include systemd and boost as system dependencies
In practice, adding the include_type: 'system' causes the imports for these dependencies to be included in gcc as -Isystem instead of -I. In practice, this doesn't have much effect, but allows clang-tidy to correctly not flag errors in headers from system libraries, which causes the clang-tidy checks to succeed when run from within devshell.
Tested: ran "bitbake -c devshell bmcweb" From within the shell, ran: cd oe-workdir/bmcweb-1.0+git999 ninja clang-tidy
And observed that header errors no longer present.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I6f24f061a3f8a58c07ae64ebc82ffefe11c469a2
|