mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-17 00:20:10 +00:00
recipes: rename distro_features_check to features_check
Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
b77cc67691
commit
4c00e5fed9
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user