Thanks, both patches should go to oe-devel list though.

Alex

On Mon, 18 Oct 2021 at 23:10, Kurt Kiefer <kekie...@gmail.com> wrote:

> From: Kurt Kiefer <kurt.kie...@arthrex.com>
>
> 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.kie...@arthrex.com>
> ---
>  .../meta-python/recipes-extended/mozjs/mozjs_91.1.0.bb         | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/
> mozjs_91.1.0.bb
> b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/
> mozjs_91.1.0.bb
> index 9b9d2cea8..88aeb2dae 100644
> --- a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/
> mozjs_91.1.0.bb
> +++ b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/
> mozjs_91.1.0.bb
> @@ -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*"
> --
> 2.29.2
>
>
> 
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#157096): 
https://lists.openembedded.org/g/openembedded-core/message/157096
Mute This Topic: https://lists.openembedded.org/mt/86425371/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to