summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-03-15 13:20:06 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-03-15 12:46:19 -0400
commitdb8e3306dbce7df2a2b8a5a1ff590568442b409d (patch)
tree6dc6bc8fc1a8271289a36b48a9b1f75bafe591ec /recipes-core
parentbbe524315665eda44ffe21cb5d0ab7ecc4701f08 (diff)
downloadmeta-virtualization-db8e3306dbce7df2a2b8a5a1ff590568442b409d.tar.gz
runx: drop distro_features_check
distro_features_check bbclass is deprecated, inherit features_check instead. Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/runx/runx_git.bb3
1 files changed, 1 insertions, 2 deletions
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"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19PV = "0.1-git${SRCREV_runx}" 19PV = "0.1-git${SRCREV_runx}"
20 20
21inherit distro_features_check 21inherit features_check
22REQUIRED_DISTRO_FEATURES = "vmsep" 22REQUIRED_DISTRO_FEATURES = "vmsep"
23 23
24inherit pkgconfig 24inherit pkgconfig
25
26# for the kernel build 25# for the kernel build
27inherit kernel-arch 26inherit kernel-arch
28 27