From 17e30b3bb2994705235fd9be0c36446f7db99efc Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Tue, 11 Jun 2024 22:50:21 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/dfu-util/dfu-util_0.11.bb | 2 ++ 1 file changed, 2 insertions(+) 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" SRC_URI[sha256sum] = "b4b53ba21a82ef7e3d4c47df2952adf5fa494f499b6b0b57c58c5d04ae8ff19e" inherit autotools pkgconfig + +BBCLASSEXTEND = "nativesdk" -- cgit v1.2.3-54-g00ecf