From b48d119e502d662ac21bcf24cb6cc17ef69767cb Mon Sep 17 00:00:00 2001 From: Christos Gavros Date: Mon, 9 Mar 2026 08:00:54 -0700 Subject: [PATCH] nativesdk-pistache: dependency with brotli Building of nativesdk-pistache aborted due to missing dependency with brotli. Fixed by extending brotli recipe to build nativesdk Signed-off-by: Christos Gavros Signed-off-by: Khem Raj (cherry picked from commit cf95ee0ff541289c9423e463b1ee607b642ad1f0) Signed-off-by: Deepak Rathore Signed-off-by: Anuj Mittal --- meta-oe/recipes-extended/brotli/brotli_1.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"