[oe-commits] [meta-openembedded] 02/02: brotli: allow building a -native version

git at git.openembedded.org git at git.openembedded.org
Tue Mar 3 17:24:27 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit d5cf4a0041d1c53ebb2c9baa5b3a17c6af41b5b9
Author: André Draszik <andre.draszik at jci.com>
AuthorDate: Tue Mar 3 13:45:33 2020 +0000

    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 at jci.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 e4e454b..70dbcaf 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list