runx: drop distro_features_check

distro_features_check bbclass is deprecated, inherit features_check
instead.

Signed-off-by: Ming Liu <ming.liu@toradex.com>
This commit is contained in:
Ming Liu 2020-03-15 13:20:06 +01:00 committed by Bruce Ashfield
parent bbe5243156
commit db8e3306db

View File

@ -18,11 +18,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=945fc9aa694796a6337395cc291ddd8c"
S = "${WORKDIR}/git"
PV = "0.1-git${SRCREV_runx}"
inherit distro_features_check
inherit features_check
REQUIRED_DISTRO_FEATURES = "vmsep"
inherit pkgconfig
# for the kernel build
inherit kernel-arch