From 3a829bb5bad8096fa526f8be46bd6a7862f041e2 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 26 Aug 2021 15:50:49 +0000 Subject: phosphor-objmgr: srcrev bump efd58275c8..370daaa4b3 Brad Bishop (2): build: Add meson support build: switch to c++20 Change-Id: I432c122f308c4ac8952a2013689cf569ed1d9a14 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb index c942c4230..8391c36da 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb @@ -6,13 +6,12 @@ PV = "1.0+git${SRCPV}" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" -inherit autotools pkgconfig +inherit meson pkgconfig inherit obmc-phosphor-dbus-service inherit obmc-phosphor-systemd inherit phosphor-mapperdir DEPENDS += "systemd" -DEPENDS += "autoconf-archive-native" DEPENDS += "boost" DEPENDS += "libtinyxml2" DEPENDS += "sdbusplus" @@ -26,11 +25,11 @@ SYSTEMD_SERVICE:${PN} += " \ " SRC_URI += "git://github.com/openbmc/phosphor-objmgr" -SRCREV = "efd58275c8830b1e5dc1c9de836b7d63b8edcf03" +SRCREV = "370daaa4b3577d95f97abbc85d89c4b838ab3608" S = "${WORKDIR}/git" -EXTRA_OECONF += "--disable-tests" +EXTRA_OEMESON += "-Dtests=disabled" python populate_packages:prepend () { mapperlibdir = d.getVar("libdir", True) -- cgit v1.2.3