summaryrefslogtreecommitdiffstats
path: root/recipes-containers/crun
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-02-25 23:10:14 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-02-25 23:10:14 +0000
commitf7022507859f519f87cbca5dcff437e9dc676ff0 (patch)
tree7e6584eb3887aba8895e228c70a0845f458537d7 /recipes-containers/crun
parent83b284dc58ce0fc76a33313390b3e7a8ee9c4a38 (diff)
downloadmeta-virtualization-f7022507859f519f87cbca5dcff437e9dc676ff0.tar.gz
crun: inherit features_check for REQUIRED_DISTRO_FEATURES
The recipe sets REQUIRED_DISTRO_FEATURES:class-native but never inherits features_check, so the requirement was silently ignored. OE-core now has an unhandled-features-check QA test that catches this and fails the build. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/crun')
-rw-r--r--recipes-containers/crun/crun_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
index 9dcbd2b6..46c14b79 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -21,7 +21,7 @@ SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun;protocol=h
21 21
22PV = "v1.24.0+git" 22PV = "v1.24.0+git"
23 23
24inherit autotools-brokensep pkgconfig 24inherit autotools-brokensep pkgconfig features_check
25 25
26# if this is true, we'll symlink crun to runc for easier integration 26# if this is true, we'll symlink crun to runc for easier integration
27# with container stacks 27# with container stacks