summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-22 22:10:10 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-22 22:10:10 +0000
commit18274156ed9038d17788a935f11d03ee6c92ff49 (patch)
tree05f3c0eab417ba44b88b956b4e0de82fdaffa6ed /openembedded
parentcd21247af8a09738df4be658cb83a944cea8deab (diff)
downloadpoky-18274156ed9038d17788a935f11d03ee6c92ff49.tar.gz
gcc 4.0.2: Fix DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@400 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/packages/gcc/gcc_4.0.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/openembedded/packages/gcc/gcc_4.0.2.bb b/openembedded/packages/gcc/gcc_4.0.2.bb
index 540af1cb39..4f64e7cc9c 100644
--- a/openembedded/packages/gcc/gcc_4.0.2.bb
+++ b/openembedded/packages/gcc/gcc_4.0.2.bb
@@ -4,6 +4,7 @@ HOMEPAGE = "http://www.gnu.org/software/gcc/"
4SECTION = "devel" 4SECTION = "devel"
5LICENSE = "GPL" 5LICENSE = "GPL"
6MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" 6MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
7DEPENDS = "mpfr gmp"
7 8
8inherit autotools gettext 9inherit autotools gettext
9 10