From d5cf4a0041d1c53ebb2c9baa5b3a17c6af41b5b9 Mon Sep 17 00:00:00 2001 From: André Draszik Date: Tue, 3 Mar 2020 13:45:33 +0000 Subject: brotli: allow building a -native version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Khem Raj --- meta-oe/recipes-extended/brotli/brotli_1.0.7.bb | 2 ++ 1 file changed, 2 insertions(+) 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 () { mv -v "${lib}" "$(echo ${lib} | sed s/-static//)" done } + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf