aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.5.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-09-13 09:03:26 +0200
committerKoen Kooi <koen@openembedded.org>2010-09-13 12:34:55 +0200
commit84bfaa05361391edc6a82acafbb1996c789a3a12 (patch)
tree27006321ae057beb1cdb7b317430746e24da7004 /recipes/gcc/gcc-4.5.inc
parente316623268bc9dcccab20c254cc3b9dd5d3896bd (diff)
downloadopenembedded-84bfaa05361391edc6a82acafbb1996c789a3a12.tar.gz
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-4.5.inc')
-rw-r--r--recipes/gcc/gcc-4.5.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.5.inc b/recipes/gcc/gcc-4.5.inc
index 08d7058be9..b7bd87bb3c 100644
--- a/recipes/gcc/gcc-4.5.inc
+++ b/recipes/gcc/gcc-4.5.inc
@@ -8,7 +8,7 @@ DEPENDS = "mpfr gmp libmpc libelf"
NATIVEDEPS = "mpfr-native gmp-native libmpc-native"
-INC_PR = "r8"
+INC_PR = "r9"
SRCREV = "163322"
PV = "4.5"