aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.5.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-30 15:49:11 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-30 15:51:13 -0700
commit279419af0eb979e0269723bedec9d85d7bc4feab (patch)
treebd84e491cf057ad0dbe4bfffbb347f27df4c74c5 /recipes/gcc/gcc-4.5.inc
parent7634d114f02fce0851ddb1d5dd5bc3e27f21fde1 (diff)
downloadopenembedded-279419af0eb979e0269723bedec9d85d7bc4feab.tar.gz
gcc-package-cross, gcc-package-target: Stage libgcc_s.so linker stub
* This stub is not staged in <sysroot>/usr/lib which is a problem for many python recipes as it looks for libgcc in that directory and fail to find it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 14c281cadf..c9412e68d2 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 = "r16"
+INC_PR = "r17"
SRCREV = "165931"
PV = "4.5"