summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-08-31 21:19:27 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-08-31 22:37:01 +0300
commited104d431da1d9283a870919eb987e9c1d3356b1 (patch)
treed14cf5e746b48f7fab2f7b49da0cd16a8202a37a /meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb
parent524c03d807dda1fa4fa4a7c652af98fc676820ff (diff)
downloadopenbmc-ed104d431da1d9283a870919eb987e9c1d3356b1.tar.xz
meta-phosphor: switch EXTRA_OEMESON to use override syntax
It was observed that we have different approaches to modifying the EXTRA_OEMESON variable across our recipes. The bitbake manual implies that override syntax (":append") is slightly better and the poky meson bbclass also prefers it: meta/classes/meson.bbclass:EXTRA_OEMESON:append = " ${PACKAGECONFIG_CONFARGS}" Switch all recipes to use the ":append" override syntax for the EXTRA_OEMESON variable. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I24e9a27a87c61f374acfb03a63955821fce0dd20
Diffstat (limited to 'meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb
index 5e81a0d7f..244f3ea1b 100644
--- a/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb
+++ b/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb
@@ -25,7 +25,7 @@ SRC_URI = "git://github.com/openbmc/phosphor-hostlogger"
SRCREV = "042b5ba8438d1423f807feb5ef739cda063ea8d2"
# Disable unit tests
-EXTRA_OEMESON += "-Dtests=disabled"
+EXTRA_OEMESON:append = " -Dtests=disabled"
# Systemd service template
SYSTEMD_PACKAGES = "${PN}"