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.1.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/gcc/gcc-4.1.1.inc') diff --git a/recipes/gcc/gcc-4.1.1.inc b/recipes/gcc/gcc-4.1.1.inc index 88c9d7e69b..c261138f5c 100644 --- a/recipes/gcc/gcc-4.1.1.inc +++ b/recipes/gcc/gcc-4.1.1.inc @@ -3,7 +3,7 @@ require gcc-common.inc DEPENDS = "mpfr gmp" NATIVEDEPS = "mpfr-native gmp-native" -INC_PR = "r3" +INC_PR = "r4" SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \ file://100-uclibc-conf.patch \ -- cgit 1.2.3-korg