diff options
| author | Rasmus Villemoes <ravi@prevas.dk> | 2026-03-12 13:11:51 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:24 -0700 |
| commit | cf17d746d26fb36cf7236d51b98f2dd4110b7bd9 (patch) | |
| tree | 1ba541318679bed60d6a2bad4595ade85cd2bf71 /meta-python/recipes-devtools/python/python3-snagboot_2.5.bb | |
| parent | 87c4aaa3aa7a30c34623b4bd87874b42196b75b8 (diff) | |
| download | meta-openembedded-cf17d746d26fb36cf7236d51b98f2dd4110b7bd9.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-snagboot_2.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-snagboot_2.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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} += " \ | |||
| 19 | do_install:append() { | 19 | do_install:append() { |
| 20 | install -D -m 0644 ${S}/src/snagrecover/50-snagboot.rules ${D}${sysconfdir}/udev/rules.d/50-snagboot.rules | 20 | install -D -m 0644 ${S}/src/snagrecover/50-snagboot.rules ${D}${sysconfdir}/udev/rules.d/50-snagboot.rules |
| 21 | } | 21 | } |
| 22 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
