diff options
| author | Christos Gavros <gavrosc@yahoo.com> | 2026-03-09 08:00:54 -0700 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-03-24 08:52:07 +0530 |
| commit | b48d119e502d662ac21bcf24cb6cc17ef69767cb (patch) | |
| tree | f8f5fedfbdf5a07162a74efe31f4b1babfa54178 | |
| parent | 6dd3de0d5d3c328930b0b8688a8deed1985bc0a8 (diff) | |
| download | meta-openembedded-b48d119e502d662ac21bcf24cb6cc17ef69767cb.tar.gz | |
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 <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>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
| -rw-r--r-- | meta-oe/recipes-extended/brotli/brotli_1.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
| 20 | done | 20 | done |
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native nativesdk" |
