diff options
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | 2024-06-11 22:50:21 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-11 15:40:17 -0700 |
commit | 17e30b3bb2994705235fd9be0c36446f7db99efc (patch) | |
tree | 5fd7f884621c524a7c68df6e8dc0ad84ae2d7005 /meta-oe/recipes-support/dfu-util | |
parent | 080287ebe1f6958088871194f8ae5674edd41589 (diff) | |
download | meta-openembedded-17e30b3bb2994705235fd9be0c36446f7db99efc.tar.gz |
dfu-util: allow building nativesdk variant
It can be quite useful to include dfu-util along with any other tools
needed for bootstrapping in the SDK.
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/dfu-util')
-rw-r--r-- | meta-oe/recipes-support/dfu-util/dfu-util_0.11.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.11.bb b/meta-oe/recipes-support/dfu-util/dfu-util_0.11.bb index 17547ca83f..23913e31f7 100644 --- a/meta-oe/recipes-support/dfu-util/dfu-util_0.11.bb +++ b/meta-oe/recipes-support/dfu-util/dfu-util_0.11.bb | |||
@@ -9,3 +9,5 @@ SRC_URI = "http://dfu-util.sourceforge.net/releases/${BP}.tar.gz" | |||
9 | SRC_URI[sha256sum] = "b4b53ba21a82ef7e3d4c47df2952adf5fa494f499b6b0b57c58c5d04ae8ff19e" | 9 | SRC_URI[sha256sum] = "b4b53ba21a82ef7e3d4c47df2952adf5fa494f499b6b0b57c58c5d04ae8ff19e" |
10 | 10 | ||
11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
12 | |||
13 | BBCLASSEXTEND = "nativesdk" | ||