From deb09969e8e331734bd7e055a7ff6dd99e7714a4 Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Fri, 11 Jun 2021 20:10:25 +0000 Subject: 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 --- meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/flash') 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 -- cgit v1.2.3