summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2023-06-13 22:55:46 +0300
committerGunnar Mills <gmills@us.ibm.com>2023-06-13 22:55:46 +0300
commitbaade6cd51002947ad25145e9ca38e6c96956663 (patch)
treeb6da8e2cf854fb879b5c89b4d4db3bcf19395c31 /config
parent95b3ad73215c7073fd18ff9344a8b793c6f96162 (diff)
downloadbmcweb-baade6cd51002947ad25145e9ca38e6c96956663.tar.xz
Remove 2nd get_option('https_port')
https://github.com/openbmc/bmcweb/commit/13451e3913c29bb380ef6778f11749d337ddd442 added this. I think just a mistake. Noticed this while reviewing https://gerrit.openbmc.org/c/openbmc/bmcweb/+/40978/23/config/meson.build#24 Tested: None. Confirmed via find these lines are the exact same. Change-Id: I40ec3e7f27ef0cbdc1afd6ba2daad637f1041d11 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'config')
-rw-r--r--config/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/meson.build b/config/meson.build
index 0261d6b055..8e2127ef97 100644
--- a/config/meson.build
+++ b/config/meson.build
@@ -12,7 +12,6 @@ insecure_push_style_notification = get_option('insecure-push-style-notification'
conf_data.set10('BMCWEB_INSECURE_ENABLE_HTTP_PUSH_STYLE_EVENTING', insecure_push_style_notification.enabled())
conf_data.set('MESON_INSTALL_PREFIX', get_option('prefix'))
conf_data.set('HTTPS_PORT', get_option('https_port'))
-conf_data.set('HTTPS_PORT', get_option('https_port'))
enable_health_populate = get_option('redfish-health-populate')
conf_data.set10('BMCWEB_ENABLE_HEALTH_POPULATE', enable_health_populate.enabled())
enable_proc_mem_status = get_option('redfish-enable-proccessor-memory-status')