All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe] [meta-oe][PATCH] mozjs: improve reproducibility
       [not found] <165F823E2231DC51.16314@lists.openembedded.org>
@ 2021-02-04  6:34 ` Yu, Mingli
  0 siblings, 0 replies; only message in thread
From: Yu, Mingli @ 2021-02-04  6:34 UTC (permalink / raw)
  To: openembedded-devel

Ping.

Thanks,

On 2/1/21 11:32 AM, Yu, Mingli wrote:
> From: Mingli Yu <mingli.yu@windriver.com>
> 
> Remove the build path from the file js60-config.
> 
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
>   .../meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb          | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb
> index 130ff13ec..614cdf6e3 100644
> --- a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb
> +++ b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb
> @@ -125,6 +125,8 @@ MULTILIB_SCRIPTS += " ${PN}-dev:${bindir}/js60-config"
>   
>   do_install_append() {
>          oe_multilib_header mozjs-60/js-config.h
> +       sed -e 's@${STAGING_DIR_HOST}@@g' \
> +           -i ${D}${bindir}/js60-config
>   }
>   
>   PACKAGES =+ "lib${BPN}"
> 
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-04  6:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <165F823E2231DC51.16314@lists.openembedded.org>
2021-02-04  6:34 ` [oe] [meta-oe][PATCH] mozjs: improve reproducibility Yu, Mingli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.