mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +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:
@@ -62,5 +62,6 @@ do_install:append() {
|
|||||||
-i ${D}${bindir}/js91-config
|
-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*"
|
FILES:lib${BPN} += "${libdir}/lib*"
|
||||||
|
|||||||
Reference in New Issue
Block a user