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:
Kurt Kiefer 2021-10-18 14:10:04 -07:00 committed by Khem Raj
parent 5a281d72d2
commit 7892e882a2

View File

@ -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*"