From cf95ee0ff541289c9423e463b1ee607b642ad1f0 Mon Sep 17 00:00:00 2001 From: Christos Gavros Date: Thu, 23 Jan 2025 22:13:37 +0100 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 --- 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"