aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/brotli
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@jci.com>2020-03-03 13:45:33 +0000
committerKhem Raj <raj.khem@gmail.com>2020-03-03 09:23:08 -0800
commitd5cf4a0041d1c53ebb2c9baa5b3a17c6af41b5b9 (patch)
tree2d0cc0c2ff0fb594f1e6e166d9a4d1d77579cea9 /meta-oe/recipes-extended/brotli
parent5abf5531c29b39386f3f83c4086005249f9d391e (diff)
downloadmeta-openembedded-contrib-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>
Diffstat (limited to 'meta-oe/recipes-extended/brotli')
-rw-r--r--meta-oe/recipes-extended/brotli/brotli_1.0.7.bb2
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 () {
mv -v "${lib}" "$(echo ${lib} | sed s/-static//)"
done
}
+
+BBCLASSEXTEND = "native"