Searched hist:f165deef (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/ |
H A D | .gitignore | f165deef Tue Oct 25 13:55:49 CDT 2022 Ed Tanous <edtanous@google.com> Fix meson warnings
As written, when we pull in the boost and boost-url subprojects, we hit problems in the meson files.
``` ../meson.build:291: WARNING: include_directories sandbox violation! ``` This commit resolves this issue, by adding explicit meson.build files for both boost and boost-url.
Tested: meson buildlocal
No longer returns the above error, and shows Subprojects boost : YES boost-url : YES
Whereas previously those two dependencies showed up as NO.
Code compiles.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ib25340723c8cb7d6139e3e51db023e9d90e30aab
|
H A D | meson.build | f165deef Tue Oct 25 13:55:49 CDT 2022 Ed Tanous <edtanous@google.com> Fix meson warnings
As written, when we pull in the boost and boost-url subprojects, we hit problems in the meson files.
``` ../meson.build:291: WARNING: include_directories sandbox violation! ``` This commit resolves this issue, by adding explicit meson.build files for both boost and boost-url.
Tested: meson buildlocal
No longer returns the above error, and shows Subprojects boost : YES boost-url : YES
Whereas previously those two dependencies showed up as NO.
Code compiles.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ib25340723c8cb7d6139e3e51db023e9d90e30aab
|
/openbmc/bmcweb/subprojects/ |
H A D | boost.wrap | f165deef Tue Oct 25 13:55:49 CDT 2022 Ed Tanous <edtanous@google.com> Fix meson warnings
As written, when we pull in the boost and boost-url subprojects, we hit problems in the meson files.
``` ../meson.build:291: WARNING: include_directories sandbox violation! ``` This commit resolves this issue, by adding explicit meson.build files for both boost and boost-url.
Tested: meson buildlocal
No longer returns the above error, and shows Subprojects boost : YES boost-url : YES
Whereas previously those two dependencies showed up as NO.
Code compiles.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ib25340723c8cb7d6139e3e51db023e9d90e30aab
|