diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-03-16 00:38:16 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-03-16 00:38:16 +0000 |
commit | 7db560e8cc5c5c1a3983276332763821362011a8 (patch) | |
tree | 15cf649a73912f6af9c9b48224412853d1489034 /packages/gcc/gcc-4.2.1.inc | |
parent | 654d26c38d871fdb91f7d79d7da1f1f8c1067e01 (diff) |
gcc-4.x.inc: Set DEPENDS consistently
Diffstat (limited to 'packages/gcc/gcc-4.2.1.inc')
-rw-r--r-- | packages/gcc/gcc-4.2.1.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gcc/gcc-4.2.1.inc b/packages/gcc/gcc-4.2.1.inc index fb5ed690d0..346a2856ed 100644 --- a/packages/gcc/gcc-4.2.1.inc +++ b/packages/gcc/gcc-4.2.1.inc @@ -1,5 +1,7 @@ require gcc-common.inc +DEPENDS = "mpfr gmp" + SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://100-uclibc-conf.patch;patch=1 \ file://103-uclibc-conf-noupstream.patch;patch=1 \ @@ -92,4 +94,3 @@ JAVA = "" ARCH_FLAGS_FOR_TARGET = "-isystem${STAGING_INCDIR}" EXTRA_OECONF += " --disable-libgomp --disable-libssp --disable-bootstrap " - |