summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-05-27 11:43:33 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-27 11:43:33 +0000
commit1f00c0e2eda7416f552e6100a1098ebaa0410462 (patch)
tree3e8811a048e3eda88963514d42b7e27e72b8164d
parentab2d3a527d6146a08adcb0aa57399e5a74ca73d5 (diff)
gcc 4.0.2: Fix DEPENDS (from poky)
-rw-r--r--packages/gcc/gcc_4.0.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gcc/gcc_4.0.2.bb b/packages/gcc/gcc_4.0.2.bb
index 5a9d00e73b..d0c22b06d6 100644
--- a/packages/gcc/gcc_4.0.2.bb
+++ b/packages/gcc/gcc_4.0.2.bb
@@ -3,7 +3,8 @@ HOMEPAGE = "http://www.gnu.org/software/gcc/"
SECTION = "devel"
LICENSE = "GPL"
MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
-PR = "r2"
+DEPENDS = "mpfr gmp"
+PR = "r3"
inherit autotools gettext