gcc-cross-inital-4.3.0: fix DEPENDS
authorHenning Heinold <heinold@inf.fu-berlin.de>
Mon, 2 Jun 2008 21:35:01 +0000 (21:35 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Mon, 2 Jun 2008 21:35:01 +0000 (21:35 +0000)
* in gcc-4.2 a missing gmp.h is just a warning in gcc-4.3.0 it is an error
* gcc-cross-inital.inc is overwriting DEPENDS so gmp-native and
  mpfr-native from gcc-cross4.inc is not in DEPENDS for gcc-cross-initial
* for now put in the .bb self, but someone should step up and fix the
  whole gcc-recipes in a saner way

packages/gcc/gcc-cross-initial_4.3.0.bb

index 7060d46..c8738ad 100644 (file)
@@ -1,8 +1,11 @@
 require gcc-cross_${PV}.bb
 require gcc-cross-initial.inc
 
-EXTRA_OECONF += "--disable-libmudflap --disable-libgomp \
-               --disable-libssp"
+DEPENDS += "gmp-native mpfr-native"
+
+EXTRA_OECONF += " --disable-libmudflap \
+                 --disable-libgomp \
+                 --disable-libssp"
 
 # Hack till we fix *libc properly
 do_stage_append() {