summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/gcc/gcc_4.0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/gcc/gcc_4.0.2.bb')
-rw-r--r--openembedded/packages/gcc/gcc_4.0.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/gcc/gcc_4.0.2.bb b/openembedded/packages/gcc/gcc_4.0.2.bb
index 4f64e7cc9c..f4eeb9bdef 100644
--- a/openembedded/packages/gcc/gcc_4.0.2.bb
+++ b/openembedded/packages/gcc/gcc_4.0.2.bb
@@ -1,10 +1,10 @@
1PR = "r1"
2DESCRIPTION = "The GNU cc and gcc C compilers." 1DESCRIPTION = "The GNU cc and gcc C compilers."
3HOMEPAGE = "http://www.gnu.org/software/gcc/" 2HOMEPAGE = "http://www.gnu.org/software/gcc/"
4SECTION = "devel" 3SECTION = "devel"
5LICENSE = "GPL" 4LICENSE = "GPL"
6MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" 5MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
7DEPENDS = "mpfr gmp" 6DEPENDS = "mpfr gmp"
7PR = "r1"
8 8
9inherit autotools gettext 9inherit autotools gettext
10 10