summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-03-30 17:31:19 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-01 16:35:54 +0300
commit04b85e9f7cb38c97af7b30d45f912c48183f06e0 (patch)
tree2ec5ff34eb20cebd1cf4565799cfb74cb8ed319e /meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb
parentcb8ef5c36612f9c2eb0451de04f813372df40862 (diff)
downloadopenbmc-04b85e9f7cb38c97af7b30d45f912c48183f06e0.tar.xz
phosphor-host-ipmid: Move to python3
Bump the revision and use python3native (From meta-phosphor rev: 06fe96971a3201fc1f263f1ef5208e7b699604bb) Change-Id: Ia715f3b14f48a3430b8c0bb3257d3a274af7129a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb
index 23bd32b45..c3666857c 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5
inherit native
inherit phosphor-ipmi-host
-inherit pythonnative
+inherit python3native
inherit mrw-xml
DEPENDS += " \
@@ -13,7 +13,7 @@ DEPENDS += " \
mrw-perl-tools-native \
phosphor-ipmi-sensor-config-native \
phosphor-ipmi-sensor-inventory-mrw-config-native \
- python-pyyaml-native \
+ ${PYTHON_PN}-pyyaml-native \
"
PROVIDES += "virtual/phosphor-ipmi-sensor-inventory"