All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] fix some relocation issues for sstate
@ 2011-01-05 11:41 Kevin Tian
  0 siblings, 0 replies; only message in thread
From: Kevin Tian @ 2011-01-05 11:41 UTC (permalink / raw)
  To: poky

This series fix relocation issues of some sstate packages, which either encode
original staging path in binaries, or depend on default sysroot option of the 
toolchain which also point to original staging paths. Those links, to original
staging path where sstate packages are generated, are bogus to cause build
failures when sstate packages are used in a new build environment.

I've not finished the whole debug process yet, and there may be more to come.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: tk/master
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tk/master

Thanks,
    Kevin Tian <kevin.tian@intel.com>
---


Kevin Tian (4):
  binutils: use default ${CC} instead of defining it own
  flex-native: create a wrapper script for sstate installation
  bison-native: create a wrapper script for sstate installation
  perl: use ${CCLD} instead of its own LD definition

 meta/recipes-devtools/binutils/binutils.inc       |    2 --
 meta/recipes-devtools/binutils/binutils_2.20.1.bb |    2 +-
 meta/recipes-devtools/bison/bison_2.4.3.bb        |   10 +++++++++-
 meta/recipes-devtools/flex/flex.inc               |    6 ++++++
 meta/recipes-devtools/flex/flex_2.5.35.bb         |    2 +-
 meta/recipes-devtools/perl/perl_5.8.8.bb          |    4 ++--
 6 files changed, 19 insertions(+), 7 deletions(-)



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

only message in thread, other threads:[~2011-01-05 11:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-05 11:41 [PATCH 0/4] fix some relocation issues for sstate Kevin Tian

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.