summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2020-03-06 18:24:33 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-03-31 04:02:01 +0300
commiteca589078c898297b59f6607d9a09352af43b423 (patch)
tree1ba5d2c265d7c8853648e0a345b9cd84aeee17e4
parenta8f0f07f6d719f65c506fa70600ea663e97ad088 (diff)
downloadopenbmc-eca589078c898297b59f6607d9a09352af43b423.tar.xz
phosphor-logging: Move to python3
Bump the revision and use python3native. (From meta-phosphor rev: b25f08bdf4b1480d13660867ecbb0286b68de54e) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I0998168b475ea39c655f07643be6917103dab900 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb4
1 files 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"