summaryrefslogtreecommitdiffstats
path: root/recipes-core/runx
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/runx')
-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