All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Juro Bystricky <juro.bystricky@intel.com>,
	openembedded-core@lists.openembedded.org
Cc: jurobystricky@hotmail.com
Subject: Re: [PATCH 2/2] icu-dev: improve reproducibility
Date: Mon, 08 Jan 2018 08:44:05 +0000	[thread overview]
Message-ID: <1515401045.29722.45.camel@linuxfoundation.org> (raw)
In-Reply-To: <1515344359-82351-2-git-send-email-juro.bystricky@intel.com>

On Sun, 2018-01-07 at 08:59 -0800, Juro Bystricky wrote:
> Remove all build host references from several distributed files:
> Makefile.inc, icu-config, pkgdata.inc
> 
> Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
> ---
>  meta/recipes-support/icu/icu.inc | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-
> support/icu/icu.inc
> index 5cf7b11..c41ea8a 100644
> --- a/meta/recipes-support/icu/icu.inc
> +++ b/meta/recipes-support/icu/icu.inc
> @@ -64,6 +64,14 @@ do_install_append_class-target() {
>          rm -f
> ${D}/${datadir}/${BPN}/${PV}/icudt${ICU_MAJOR_VER}b.dat
>          icupkg -tb ${S}/data/in/icudt${ICU_MAJOR_VER}l.dat
> ${D}/${datadir}/${BPN}/${PV}/icudt${ICU_MAJOR_VER}b.dat
>      fi
> +	
> +	# Remove build host references...
> +	sed -i  \
> +	    -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \
> +	    -e 's|${DEBUG_PREFIX_MAP}||g' \
> +	    -e 's:${HOSTTOOLS_DIR}/::g' \
> +	    ${D}/usr/bin/icu-config
> ${D}/usr/lib/icu/${PV}/Makefile.inc \
> +	    ${D}/usr/lib/icu/${PV}/pkgdata.inc
>  }
>  
>  PACKAGES =+ "libicudata libicuuc libicui18n libicutu libicuio"

Hardcoded /usr/lib?

https://autobuilder.yocto.io/builders/nightly-multilib/builds/703/steps/BuildImages_2/logs/stdio

Cheers,

Richard



  reply	other threads:[~2018-01-08  8:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-07 16:59 [PATCH 1/2] icu-dbg: improve reproducibility Juro Bystricky
2018-01-07 16:59 ` [PATCH 2/2] icu-dev: " Juro Bystricky
2018-01-08  8:44   ` Richard Purdie [this message]
2018-01-08 16:56     ` Bystricky, Juro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1515401045.29722.45.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=juro.bystricky@intel.com \
    --cc=jurobystricky@hotmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.