mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-19 15:57:23 +00:00
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>
This commit is contained in:
parent
5abf5531c2
commit
d5cf4a0041
@ -18,3 +18,5 @@ do_install_append () {
|
|||||||
mv -v "${lib}" "$(echo ${lib} | sed s/-static//)"
|
mv -v "${lib}" "$(echo ${lib} | sed s/-static//)"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user