mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-24 02:38:33 +00:00
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:
committed by
Khem Raj
parent
87c4aaa3aa
commit
cf17d746d2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user