From 4c00e5fed9532fe6ee71ce96b0124fc234b44d4e Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 20 Nov 2019 21:31:49 -0800 Subject: recipes: rename distro_features_check to features_check Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-systemd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-systemd.inc') diff --git a/meta-python/recipes-devtools/python/python-systemd.inc b/meta-python/recipes-devtools/python/python-systemd.inc index f01165cf89..b14f825011 100644 --- a/meta-python/recipes-devtools/python/python-systemd.inc +++ b/meta-python/recipes-devtools/python/python-systemd.inc @@ -7,7 +7,7 @@ PYPI_PACKAGE = "systemd-python" DEPENDS += "systemd (<=234)" RDEPENDS_${PN} += "systemd ${PYTHON_PN}-syslog ${PYTHON_PN}-logging" REQUIRED_DISTRO_FEATURES = "systemd" -inherit pypi distro_features_check +inherit pypi features_check SRC_URI[md5sum] = "5071ea5bcb976186e92a3f5e75df221d" SRC_URI[sha256sum] = "fd0e44bf70eadae45aadc292cb0a7eb5b0b6372cd1b391228047d33895db83e7" -- cgit v1.2.3-54-g00ecf