summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-core
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-core
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-core')
-rw-r--r--meta-phosphor/recipes-core/systemd/systemd_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-core/systemd/systemd_%.bbappend b/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
index 9d4dfc7b4..074dced6c 100644
--- a/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
@@ -21,7 +21,7 @@ PACKAGECONFIG = "\
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://0001-sd-bus-Don-t-automatically-add-ObjectManager.patch"
-EXTRA_OEMESON += "-Ddns-servers=''"
+EXTRA_OEMESON:append = " -Ddns-servers=''"
ALTERNATIVE:${PN} += "init"
ALTERNATIVE_TARGET[init] = "${rootlibexecdir}/systemd/systemd"