From eca589078c898297b59f6607d9a09352af43b423 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Fri, 6 Mar 2020 09:24:33 -0600 Subject: phosphor-logging: Move to python3 Bump the revision and use python3native. (From meta-phosphor rev: b25f08bdf4b1480d13660867ecbb0286b68de54e) Signed-off-by: Matt Spinler Change-Id: I0998168b475ea39c655f07643be6917103dab900 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb index 225a03d08..ed3fa60e8 100644 --- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb +++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb @@ -8,7 +8,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" inherit autotools pkgconfig -inherit pythonnative +inherit python3native inherit obmc-phosphor-dbus-service inherit phosphor-logging inherit phosphor-dbus-yaml @@ -55,7 +55,7 @@ FILES_phosphor-rsyslog-config += " \ " SRC_URI += "git://github.com/openbmc/phosphor-logging" -SRCREV = "fcbaf3e8593da6d1691469223056fe0728530869" +SRCREV = "1e71a4dcf6ddc73411a7c171cd066f2544e0a7f5" S = "${WORKDIR}/git" -- cgit v1.2.3