summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2020-02-14 22:07:11 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-03-28 01:15:57 +0300
commit7635611e472ca7851e3a19961fd7be5675b8a258 (patch)
tree1ba4ccbb7d56f1fcd45b0fd98413d4ab110cd714 /meta-phosphor
parent4fcaceaedccfdf5763043dedc975ff31cbd207f5 (diff)
downloadopenbmc-7635611e472ca7851e3a19961fd7be5675b8a258.tar.xz
meta-phosphor: entity-manager: use meson build
Meson build is quickly becoming the de-facto standard build system for OpenBMC applications. Meson support was added to entity-manager recently - use it when baking. Performance is unaffected. (From meta-phosphor rev: c9708901440892ea45a18d4d09a4d6a9a182de90) Change-Id: Id5462e63da6b063181a839e16e02c98351feea0f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
index 25cd24a31..8660db7ca 100644
--- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
@@ -19,7 +19,4 @@ DEPENDS = "boost \
valijson"
S = "${WORKDIR}/git/"
-inherit cmake systemd
-
-EXTRA_OECMAKE = "-DYOCTO=1"
-
+inherit meson systemd