summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-12-05 16:02:18 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-12-13 17:36:00 +0300
commit045f2fb5dd3b3a07196c9ed213378bfa1f2c1e85 (patch)
tree2454bcdff4b09dee030ab2ea0596fac9e7fc3dd0
parente73d2169891264a3c0b2c8e61912e0f747b9e3c6 (diff)
downloadopenbmc-045f2fb5dd3b3a07196c9ed213378bfa1f2c1e85.tar.xz
phosphor-certificate-manager: switch to meson
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I00f31a008d909d78f1ebd0497f329087ef457dc5
-rw-r--r--meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
index f11508d1d..30be5a3bf 100644
--- a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
@@ -11,12 +11,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
SRC_URI = "git://github.com/openbmc/phosphor-certificate-manager"
SRCREV = "bb939ea45d53b2dbb7ab6b03856f023f82beecd5"
-inherit autotools \
- pkgconfig \
- systemd
+inherit meson pkgconfig systemd
DEPENDS = " \
- autoconf-archive-native \
openssl \
phosphor-dbus-interfaces \
phosphor-logging \
@@ -26,14 +23,14 @@ DEPENDS = " \
S = "${WORKDIR}/git"
-EXTRA_OECONF += "--disable-tests"
+EXTRA_OEMESON += "-Dtests=disabled"
SYSTEMD_SERVICE:${PN} = "phosphor-certificate-manager@.service"
PACKAGECONFIG ??= "bmcweb-cert nslcd-authority-cert"
-PACKAGECONFIG[ibm-hypervisor-cert] = "--enable-ca-cert-extension,,"
-PACKAGECONFIG[bmcweb-cert] = "--enable-bmcweb-cert-config,,"
-PACKAGECONFIG[nslcd-authority-cert] = "--enable-nslcd-authority-cert-config,,"
+PACKAGECONFIG[ibm-hypervisor-cert] = "-Dca-cert-extension=enabled,-Dca-cert-extension=disabled"
+PACKAGECONFIG[bmcweb-cert] = "-Dconfig-bmcweb=enabled,-Dconfig-bmcweb=disabled"
+PACKAGECONFIG[nslcd-authority-cert] = "-Dconfig-nslcd=enabled,-Dconfig-nslcd=disabled"
SYSTEMD_SERVICE:${PN} = " \
phosphor-certificate-manager@.service \