diff options
-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 | ||