summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/dfu-util
diff options
context:
space:
mode:
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>2024-06-11 22:50:21 +0200
committerKhem Raj <raj.khem@gmail.com>2024-06-11 15:40:17 -0700
commit17e30b3bb2994705235fd9be0c36446f7db99efc (patch)
tree5fd7f884621c524a7c68df6e8dc0ad84ae2d7005 /meta-oe/recipes-support/dfu-util
parent080287ebe1f6958088871194f8ae5674edd41589 (diff)
downloadmeta-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.bb2
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 17547ca83..23913e31f 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"
9SRC_URI[sha256sum] = "b4b53ba21a82ef7e3d4c47df2952adf5fa494f499b6b0b57c58c5d04ae8ff19e" 9SRC_URI[sha256sum] = "b4b53ba21a82ef7e3d4c47df2952adf5fa494f499b6b0b57c58c5d04ae8ff19e"
10 10
11inherit autotools pkgconfig 11inherit autotools pkgconfig
12
13BBCLASSEXTEND = "nativesdk"