From db8e3306dbce7df2a2b8a5a1ff590568442b409d Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Sun, 15 Mar 2020 13:20:06 +0100 Subject: runx: drop distro_features_check distro_features_check bbclass is deprecated, inherit features_check instead. Signed-off-by: Ming Liu --- recipes-core/runx/runx_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes-core/runx/runx_git.bb') diff --git a/recipes-core/runx/runx_git.bb b/recipes-core/runx/runx_git.bb index e405df7d..e1c19289 100644 --- a/recipes-core/runx/runx_git.bb +++ b/recipes-core/runx/runx_git.bb @@ -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 -- cgit v1.2.3-54-g00ecf