commit | 30a84931915a0c489d492a523e36bf614dd9a0cb | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue May 11 16:34:47 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon May 17 18:48:31 2021 +0000 |
tree | 9090545aebce784291e0ec887c71d58e0bb17969 | |
parent | f5f78f62d720ef57a54660927ba9a45515243190 [diff] |
phosphor-ipmi-kcs: Convert to meson Change-Id: I5657faffcf36bc1c21dfab3151033cc8a7fbb2c9 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb index 3d611de..b0d1eee 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=b1beb00e508e89da1ed2a541934f28c0" -inherit autotools pkgconfig +inherit meson pkgconfig inherit systemd PV = "1.0+git${SRCPV}" @@ -20,7 +20,6 @@ RRECOMMENDS_${PN} += "phosphor-ipmi-host" DEPENDS += " \ - autoconf-archive-native \ systemd \ sdbusplus \ boost \