diff mbox series

[meta-openembedded,scarthgap,2/2] nativesdk-pistache: dependency with brotli

Message ID 20260309150054.3436741-1-deeratho@cisco.com
State New
Headers show
Series [meta-openembedded,scarthgap,1/2] yasm: extend recipe for nativesdk builds | expand

Commit Message

From: Christos Gavros <gavrosc@yahoo.com>

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit cf95ee0ff541289c9423e463b1ee607b642ad1f0)
Signed-off-by: Deepak Rathore <deeratho@cisco.com>
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 83f44833b6..32524094c6 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"