summaryrefslogtreecommitdiff
path: root/meta-openpower
diff options
context:
space:
mode:
authorSantosh Puranik <santosh.puranik@in.ibm.com>2020-04-03 13:03:26 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-07 02:46:51 +0300
commit6e333ef44a959015f7910d776190143e2ee549e8 (patch)
tree422c31bb02a3cb56cea1e668e0768d9ac7e6c87a /meta-openpower
parentba5282b0c7319b2c2c2e97d33a54eb813eb44119 (diff)
downloadopenbmc-6e333ef44a959015f7910d776190143e2ee549e8.tar.xz
openpower-fru-vpd: Move to python3
Inherit python3native in the recipe. (From meta-openpower rev: 3a87b168eb42e1045921f4b611d3fbc4617b93cc) Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: I9d29b7d6e74d827a36a6d36ee98f18db1a82bc72 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-openpower')
-rw-r--r--meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc2
-rw-r--r--meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd_git.bb6
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc b/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc
index a65c9162e..f064d1270 100644
--- a/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc
+++ b/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc
@@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/openpower-vpd-parser"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI += "git://github.com/openbmc/openpower-vpd-parser"
-SRCREV = "675ee7e4459c8c3fc5c2733289dc35406bb6d400"
+SRCREV = "3d7b4fe107d210fb300ae8dccf07252ccda4c00c"
diff --git a/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd_git.bb b/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd_git.bb
index 87377edc5..e986f17d9 100644
--- a/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd_git.bb
+++ b/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd_git.bb
@@ -5,7 +5,7 @@ PV = "1.0+git${SRCPV}"
inherit autotools pkgconfig
inherit openpower-fru-vpd
-inherit pythonnative
+inherit python3native
inherit obmc-phosphor-systemd
require ${PN}.inc
@@ -18,8 +18,8 @@ DEPENDS += " \
virtual/openpower-fru-properties \
sdbusplus \
phosphor-logging \
- python-mako-native \
- python-pyyaml-native \
+ ${PYTHON_PN}-mako-native \
+ ${PYTHON_PN}-pyyaml-native \
autoconf-archive-native \
"