summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-11-30 01:18:43 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-11-30 14:46:01 +0300
commitbafe36c5da7d64ed616bd388d9aa11936ea4cf74 (patch)
tree84299fd3cb56102f2936006e79f354641479fd3e /meta-phosphor
parenta9c9e2ec5dfa19df0d73b9d4cf00fe7cdaa5b7de (diff)
downloadopenbmc-bafe36c5da7d64ed616bd388d9aa11936ea4cf74.tar.xz
Remove yocto-deps build flag
When the bmcweb recipe was converted from cmake -> meson, this option was added for continuity, but was functionally replaced by the meson subproject system, rendering this option effectively moot. This commit removes the option from the recipe, so we can eventually remove it from the application. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I826bd53426dcdccd9771cbdf732653546f7dcd1f
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 5479c18f42..689a9bd7f7 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -31,7 +31,6 @@ inherit pkgconfig meson ptest
EXTRA_OEMESON = " \
--buildtype=minsize \
-Dtests=${@bb.utils.contains('PTEST_ENABLED', '1', 'enabled', 'disabled', d)} \
- -Dyocto-deps=enabled \
"
do_install_ptest() {