mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +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 @@ AUTHOR = "Clayton Craft and others"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
|
||||
|
||||
inherit distro_features_check systemd
|
||||
inherit features_check systemd
|
||||
|
||||
RDEPENDS_${PN} = "python3-pygobject python3-dbus"
|
||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
|
||||
Reference in New Issue
Block a user