diff options
author | Ming Liu <ming.liu@toradex.com> | 2020-03-15 13:20:06 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-03-15 12:46:19 -0400 |
commit | db8e3306dbce7df2a2b8a5a1ff590568442b409d (patch) | |
tree | 6dc6bc8fc1a8271289a36b48a9b1f75bafe591ec /recipes-core | |
parent | bbe524315665eda44ffe21cb5d0ab7ecc4701f08 (diff) | |
download | meta-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.bb | 3 |
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" | |||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | PV = "0.1-git${SRCREV_runx}" | 19 | PV = "0.1-git${SRCREV_runx}" |
20 | 20 | ||
21 | inherit distro_features_check | 21 | inherit features_check |
22 | REQUIRED_DISTRO_FEATURES = "vmsep" | 22 | REQUIRED_DISTRO_FEATURES = "vmsep" |
23 | 23 | ||
24 | inherit pkgconfig | 24 | inherit pkgconfig |
25 | |||
26 | # for the kernel build | 25 | # for the kernel build |
27 | inherit kernel-arch | 26 | inherit kernel-arch |
28 | 27 | ||