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:
Denys Dmytriyenko
2019-11-20 21:31:49 -08:00
committed by Khem Raj
parent b77cc67691
commit 4c00e5fed9
161 changed files with 162 additions and 162 deletions
@@ -8,6 +8,6 @@ RRECOMMENDS_${PN} = "adwaita-icon-theme"
SRC_URI = "http://download.gnome.org/sources/${BPN}/0.8/${BPN}-${PV}.tar.xz"
SRC_URI[md5sum] = "212d85ebce89b32468b59e1164050d40"
SRC_URI[sha256sum] = "aa3decb9d532c0e2e505adc592f431fd81c0231ded2981129e87da13712479ed"
inherit distro_features_check autotools pkgconfig gettext
inherit features_check autotools pkgconfig gettext
REQUIRED_DISTRO_FEATURES = "x11"
@@ -24,7 +24,7 @@ SRC_URI = "http://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz \
SRC_URI[md5sum] = "744442ec0c145453ea1d257914c8072e"
SRC_URI[sha256sum] = "e0149ef4a20a19b9ecd87309c2d27787ee3f47dfd47c6639644bc1f6fd95bdf6"
inherit autotools gettext pkgconfig distro_features_check
inherit autotools gettext pkgconfig features_check
ARM_INSTRUCTION_SET = "arm"
export BUILDCC = "${BUILD_CC}"