summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/fans
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-04-03 00:31:02 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-07 02:47:13 +0300
commitae60c9c1a7020171cfda22cac910946915828057 (patch)
tree924c6a1a90fa85afc5dbb78aa05b3b376be0b42b /meta-phosphor/recipes-phosphor/fans
parent35c7c079810adc3a3e8ba50459098ff84880d07c (diff)
downloadopenbmc-ae60c9c1a7020171cfda22cac910946915828057.tar.xz
phosphor-fan-presence: srcrev bump 5a80f3aec4..f24d7749b3
Also switch inherit to python3native. Matthew Barth (1): Switch to use of python3 (From meta-phosphor rev: edc6affa3a15e0b1a2737763f5a17917f60c11de) Change-Id: I92dda018935b1765b0c809a709785e645282e139 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/fans')
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc2
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc b/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc
index cc3a85315..fe482caa1 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc
@@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/phosphor-fan-presence"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI += "git://github.com/openbmc/phosphor-fan-presence"
-SRCREV = "5a80f3aec4cc817b0f20ce2ddd83d930b7df3af1"
+SRCREV = "f24d7749b3c65af3b76039fce729fe4ae278b892"
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
index 34a615b87..02eee307d 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
@@ -6,7 +6,7 @@ PV = "1.0+git${SRCPV}"
require ${BPN}.inc
-inherit autotools pkgconfig pythonnative
+inherit autotools pkgconfig python3native
inherit obmc-phosphor-systemd
inherit phosphor-fan