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 <ravi@prevas.dk>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Rasmus Villemoes
2026-03-12 13:11:51 +01:00
committed by Khem Raj
parent 87c4aaa3aa
commit cf17d746d2

View File

@@ -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"