From: Christos Gavros <[email protected]> Building of nativesdk-pistache aborted due to missing dependency with brotli. Fixed by extending brotli recipe to build nativesdk
Signed-off-by: Christos Gavros <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit cf95ee0ff541289c9423e463b1ee607b642ad1f0) Signed-off-by: Deepak Rathore <[email protected]> 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" -- 2.44.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124999): https://lists.openembedded.org/g/openembedded-devel/message/124999 Mute This Topic: https://lists.openembedded.org/mt/118222996/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
