From 84bfaa05361391edc6a82acafbb1996c789a3a12 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 13 Sep 2010 09:03:26 +0200 Subject: 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 Acked-by: Dallas Foley Acked-by: Graeme Gregory Signed-off-by: Koen Kooi --- recipes/gcc/gcc-4.1.2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/gcc/gcc-4.1.2.inc') diff --git a/recipes/gcc/gcc-4.1.2.inc b/recipes/gcc/gcc-4.1.2.inc index c102b055f7..114f053da5 100644 --- a/recipes/gcc/gcc-4.1.2.inc +++ b/recipes/gcc/gcc-4.1.2.inc @@ -5,7 +5,7 @@ NATIVEDEPS = "mpfr-native gmp-native" COMPATIBLE_TARGET_SYS = "." -INC_PR = "r24" +INC_PR = "r25" SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \ file://100-uclibc-conf.patch \ -- cgit 1.2.3-korg