summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/flash
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2021-06-11 23:10:25 +0300
committerAdriana Kobylak <anoo@us.ibm.com>2021-06-11 23:12:34 +0300
commitdeb09969e8e331734bd7e055a7ff6dd99e7714a4 (patch)
treea0a9d322c7dd20f3e0046c3179b5e339d2869ec5 /meta-phosphor/recipes-phosphor/flash
parent216c11e357d6892651c6053ae79096ff9c5ae1eb (diff)
downloadopenbmc-deb09969e8e331734bd7e055a7ff6dd99e7714a4.tar.xz
phosphor-software-manager: Fix tests meson param
Need to append the meson option to disable tests so that it doesn't overwrite previous options. Tested: Built witherspoon with -e option and verified EXTRA_OEMESON showed all the meson options for ubi. Change-Id: I1275a790feefdc3aa5d85aa9b36bf5d7d3a4d44e Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/flash')
-rw-r--r--meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb b/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb
index 19e5f31fae..4b0bdc060a 100644
--- a/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb
@@ -84,7 +84,7 @@ SYSTEMD_SERVICE_${PN}-updater += "${@bb.utils.contains('PACKAGECONFIG', 'flash_b
S = "${WORKDIR}/git"
-EXTRA_OEMESON = "-Dtests=disabled"
+EXTRA_OEMESON += "-Dtests=disabled"
do_install_append() {
install -d ${D}/usr/local