From cf17d746d26fb36cf7236d51b98f2dd4110b7bd9 Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Thu, 12 Mar 2026 13:11:51 +0100 Subject: python3-snagboot: enable building -native and nativesdk- variants It can be useful to include snagboot in the SDK, so allow building that variant. While I don't see a use case for it during build, there's no reason not to also allow building the -native variant while at it. Signed-off-by: Rasmus Villemoes Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-snagboot_2.5.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-snagboot_2.5.bb b/meta-python/recipes-devtools/python/python3-snagboot_2.5.bb index fe496ffc2f..a280103d63 100644 --- a/meta-python/recipes-devtools/python/python3-snagboot_2.5.bb +++ b/meta-python/recipes-devtools/python/python3-snagboot_2.5.bb @@ -19,3 +19,5 @@ RDEPENDS:${PN} += " \ do_install:append() { install -D -m 0644 ${S}/src/snagrecover/50-snagboot.rules ${D}${sysconfdir}/udev/rules.d/50-snagboot.rules } + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf