diff mbox series

[meta-oe] nativesdk-pistache: dependency with brotli

Message ID 20250123211337.9457-1-gavrosc@yahoo.com
State Accepted
Headers show
Series [meta-oe] nativesdk-pistache: dependency with brotli | expand

Commit Message

Christos Gavros Jan. 23, 2025, 9:13 p.m. UTC
Building of nativesdk-pistache aborted due to
missing dependency with brotli.
Fixed by extending brotli recipe to build nativesdk

Signed-off-by: Christos Gavros <gavrosc@yahoo.com>
---
 meta-oe/recipes-extended/brotli/brotli_1.1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/brotli/brotli_1.1.0.bb b/meta-oe/recipes-extended/brotli/brotli_1.1.0.bb
index 83f44833b..32524094c 100644
--- a/meta-oe/recipes-extended/brotli/brotli_1.1.0.bb
+++ b/meta-oe/recipes-extended/brotli/brotli_1.1.0.bb
@@ -20,4 +20,4 @@  do_install:append () {
 	done
 }
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"