From f7022507859f519f87cbca5dcff437e9dc676ff0 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 25 Feb 2026 23:10:14 +0000 Subject: 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 --- recipes-containers/crun/crun_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/crun') 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 PV = "v1.24.0+git" -inherit autotools-brokensep pkgconfig +inherit autotools-brokensep pkgconfig features_check # if this is true, we'll symlink crun to runc for easier integration # with container stacks -- cgit v1.2.3-54-g00ecf