mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 21:28:52 +00:00
mozjs: move large static library into staticdev package
The libmozjs package was including /usr/lib/libjs_static.ajs, not required for runtime usage. Keep this file, but move it to the staticdev package. Signed-off-by: Kurt Kiefer <kurt.kiefer@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
5a281d72d2
commit
7892e882a2
@ -62,5 +62,6 @@ do_install:append() {
|
||||
-i ${D}${bindir}/js91-config
|
||||
}
|
||||
|
||||
PACKAGES =+ "lib${BPN}"
|
||||
PACKAGES =+ "lib${BPN}-staticdev lib${BPN}"
|
||||
FILES:lib${BPN}-staticdev += "${libdir}/libjs_static.ajs"
|
||||
FILES:lib${BPN} += "${libdir}/lib*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user