summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor
diff options
context:
space:
mode:
authorEddie James <eajames@linux.ibm.com>2020-02-21 18:44:39 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-03-22 19:55:38 +0300
commit8b68ec7600eb7b15f7fff91886d4bd344a39fa10 (patch)
treec08da3e4193de825493b26a146cf126a471a2385 /meta-openpower/recipes-phosphor
parent1326235498f639915af242b7e44abcb2d147a20c (diff)
downloadopenbmc-8b68ec7600eb7b15f7fff91886d4bd344a39fa10.tar.xz
openpower-occ-control: Update recipe and SRCREV to python3native
The python file in the repo has already been changed to use python3 explicitly, so update the SRCREV to get the latest. (From meta-openpower rev: 5d84b27a2ddb8a56671d1bef846c2c54735a7c0e) Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: Ib4211cd68e86b332cfc5316a6b4f27a58979a9ff Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-openpower/recipes-phosphor')
-rw-r--r--meta-openpower/recipes-phosphor/occ/openpower-occ-control.inc2
-rw-r--r--meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-openpower/recipes-phosphor/occ/openpower-occ-control.inc b/meta-openpower/recipes-phosphor/occ/openpower-occ-control.inc
index f74026379..0445bd027 100644
--- a/meta-openpower/recipes-phosphor/occ/openpower-occ-control.inc
+++ b/meta-openpower/recipes-phosphor/occ/openpower-occ-control.inc
@@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/openpower-occ-control"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI += "git://github.com/openbmc/openpower-occ-control"
-SRCREV = "5ebf803cf6b2bee06b76c6638daecdcd50a3a70e"
+SRCREV = "65f8cd379d2aa0078352714f9a6bb513cc5e7b17"
diff --git a/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb b/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb
index b76894dac..aaab247f7 100644
--- a/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb
+++ b/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb
@@ -7,7 +7,7 @@ PV = "1.0+git${SRCPV}"
inherit autotools \
pkgconfig \
obmc-phosphor-dbus-service \
- pythonnative \
+ python3native \
phosphor-dbus-yaml
require ${PN}.inc