mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
mozjs-91: remove static library
* it is a huge chunk of 1.2GB * it is not used * it conflicts with other versions of mozjs since there is no version in name Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -61,11 +61,11 @@ inherit multilib_script multilib_header
|
||||
MULTILIB_SCRIPTS += " ${PN}-dev:${bindir}/js91-config"
|
||||
|
||||
do_install:append() {
|
||||
oe_multilib_header mozjs-91/js-config.h
|
||||
sed -e 's@${STAGING_DIR_HOST}@@g' \
|
||||
-i ${D}${bindir}/js91-config
|
||||
oe_multilib_header mozjs-91/js-config.h
|
||||
sed -e 's@${STAGING_DIR_HOST}@@g' \
|
||||
-i ${D}${bindir}/js91-config
|
||||
rm -f ${D}${libdir}/libjs_static.ajs
|
||||
}
|
||||
|
||||
PACKAGES =+ "lib${BPN}-staticdev lib${BPN}"
|
||||
FILES:lib${BPN}-staticdev += "${libdir}/libjs_static.ajs"
|
||||
PACKAGES =+ "lib${BPN}"
|
||||
FILES:lib${BPN} += "${libdir}/lib*"
|
||||
|
||||
Reference in New Issue
Block a user