aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross_svn.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-12-30 16:23:07 -0800
committerKhem Raj <raj.khem@gmail.com>2009-12-30 16:25:15 -0800
commitcae8d0ad28f0359e5d7700ca9fe8a8bf2ed9a229 (patch)
treed3f8344c5eb980e33dda6dbb598597724bca1de4 /recipes/gcc/gcc-cross_svn.bb
parentd83ab1a2b1d1e769cd3cad7d3960273ae9ca8047 (diff)
downloadopenembedded-cae8d0ad28f0359e5d7700ca9fe8a8bf2ed9a229.tar.gz
gcc-cvs: DEPEND on libmpc instead of mpc.
* Define BINV to 4.5.0 * Add fortran-cross-compile-hack.patch. * Bump SRCREV. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-cross_svn.bb')
-rw-r--r--recipes/gcc/gcc-cross_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross_svn.bb b/recipes/gcc/gcc-cross_svn.bb
index c8e75d1881..2d3c1368dc 100644
--- a/recipes/gcc/gcc-cross_svn.bb
+++ b/recipes/gcc/gcc-cross_svn.bb
@@ -4,7 +4,7 @@ require gcc-cross4.inc
require gcc-configure-cross.inc
require gcc-package-cross.inc
-DEPENDS += "mpc-native"
+DEPENDS += "libmpc-native"
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "