diff options
-rw-r--r-- | meta-phosphor/recipes-extended/sdbusplus/python3-sdbus++_git.bb | 2 | ||||
-rw-r--r-- | meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-extended/sdbusplus/python3-sdbus++_git.bb b/meta-phosphor/recipes-extended/sdbusplus/python3-sdbus++_git.bb index c87b258ed2..57db211196 100644 --- a/meta-phosphor/recipes-extended/sdbusplus/python3-sdbus++_git.bb +++ b/meta-phosphor/recipes-extended/sdbusplus/python3-sdbus++_git.bb @@ -19,7 +19,7 @@ PYPI_PACKAGE = "sdbusplus" S = "${WORKDIR}/git/tools" -inherit setuptools3 +inherit python_setuptools_build_meta RDEPENDS:${PN} += " \ ${PYTHON_PN}-inflection \ diff --git a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc index bc2d872744..da785d6902 100644 --- a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc +++ b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc @@ -3,4 +3,4 @@ PR = "r1" PV ?= "1.0+git${SRCPV}" SRC_URI += "git://github.com/openbmc/sdbusplus;branch=master;protocol=https" -SRCREV = "47ac18da9347b199df9be04250b2a987fc4c30a7" +SRCREV = "ed24aa516d98adb46947c3218fa94c876242e049" |