commit | 3e2eb6af4b112fcf7ceb5c2c502244211c0704aa | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Fri Mar 29 16:24:52 2024 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Fri Mar 29 16:24:52 2024 +0300 |
tree | bbb7f2681bea9b80d28505da4122fc5a45a41ed0 | |
parent | ec87407cc1d69cbd11d9235a069a80efccf53e02 [diff] |
build: Add wrap file for tinyxml2 Currently local build on the system without tinyxml2 can fail with the following message: """ meson.build:107:8: ERROR: Dependency "tinyxml2" not found, tried pkgconfig and cmake """ Provide "tinyxml2.wrap" file to fix the issue. The "tinyxml2.wrap" file is copied from the bmcweb repository. Change-Id: I652cae42192affd6513d1e148e4b4a177e00999d Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
This repository contains the mapper, which assists in finding things on D-Bus. There is documentation about it here.
Non-OpenBMC build dependencies are:
meson build && ninja -C build
meson build && ninja -C build test
rm -rf build