[poky] [PATCH 0/4] fix some relocation issues for sstate
Kevin Tian
kevin.tian at intel.com
Wed Jan 5 03:41:42 PST 2011
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 at 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(-)
More information about the poky
mailing list