diff mbox series

python3-snagboot: enable building -native and nativesdk- variants

Message ID 20260312121151.2536421-1-ravi@prevas.dk
State New
Headers show
Series python3-snagboot: enable building -native and nativesdk- variants | expand

Commit Message

Rasmus Villemoes March 12, 2026, 12:11 p.m. UTC
From: Rasmus Villemoes <ravi@prevas.dk>

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 <ravi@prevas.dk>
---
 meta-python/recipes-devtools/python/python3-snagboot_2.5.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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"