diff options
author | Koen Kooi <koen@openembedded.org> | 2010-09-13 09:03:26 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-09-13 12:34:55 +0200 |
commit | 84bfaa05361391edc6a82acafbb1996c789a3a12 (patch) | |
tree | 27006321ae057beb1cdb7b317430746e24da7004 /recipes/gcc/gcc-3.3.4.inc | |
parent | e316623268bc9dcccab20c254cc3b9dd5d3896bd (diff) |
gcc-package-cross.inc: install shlibs lists into target dir instead of host dir
This fixes the "libstdc++ isn't installed into my rootfs anymore" type of problems after a full rebuild of all packages
This bumps PR of gcc to force a rebuild, but that is *NOT* enough to fix the packages built before this fix, those still need rebuilding
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Dallas Foley <dfoley@telus.net>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/gcc/gcc-3.3.4.inc')
-rw-r--r-- | recipes/gcc/gcc-3.3.4.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-3.3.4.inc b/recipes/gcc/gcc-3.3.4.inc index 1185c65a32..29c147324d 100644 --- a/recipes/gcc/gcc-3.3.4.inc +++ b/recipes/gcc/gcc-3.3.4.inc @@ -1,6 +1,6 @@ require gcc-common.inc -INC_PR = "r12" +INC_PR = "r13" SRC_URI = "${GNU_MIRROR}/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \ file://arm-gotoff.dpatch;apply=yes;striplevel=0 \ |