diff options
| author | André Draszik <andre.draszik@jci.com> | 2020-03-03 13:45:33 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-03-03 09:23:08 -0800 |
| commit | d5cf4a0041d1c53ebb2c9baa5b3a17c6af41b5b9 (patch) | |
| tree | 2d0cc0c2ff0fb594f1e6e166d9a4d1d77579cea9 | |
| parent | 5abf5531c29b39386f3f83c4086005249f9d391e (diff) | |
| download | meta-openembedded-d5cf4a0041d1c53ebb2c9baa5b3a17c6af41b5b9.tar.gz | |
brotli: allow building a -native version
nodejs (-native) can be built against a system-installed version of
the brotli libraries. Allow doing that by provide a -native version
of brotli.
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/brotli/brotli_1.0.7.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb b/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb index e4e454bda3..70dbcaffb1 100644 --- a/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb +++ b/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb | |||
| @@ -18,3 +18,5 @@ do_install_append () { | |||
| 18 | mv -v "${lib}" "$(echo ${lib} | sed s/-static//)" | 18 | mv -v "${lib}" "$(echo ${lib} | sed s/-static//)" |
| 19 | done | 19 | done |
| 20 | } | 20 | } |
| 21 | |||
| 22 | BBCLASSEXTEND = "native" | ||
