diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-20 16:32:24 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-20 16:32:24 +0000 |
commit | 99b94714d318acd5ddfe1700464fd12adbcfc02d (patch) | |
tree | 9e16089d60247eb7c71ed9f388ef47b1abcc6408 /packages/gcc/gcc_4.0.0.bb | |
parent | edf7f49a96cdc5c4160be3085d34309884f86133 (diff) |
gcc 4.x.x ship cc1 as part of the cpp package. closes #670
repair badly mixed up formatting. guys, _please_ don't mix tabs and spaces,
stick to the major formatting style in the file
Diffstat (limited to 'packages/gcc/gcc_4.0.0.bb')
-rw-r--r-- | packages/gcc/gcc_4.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc_4.0.0.bb b/packages/gcc/gcc_4.0.0.bb index 28561e1e07..9f75bf1f54 100644 --- a/packages/gcc/gcc_4.0.0.bb +++ b/packages/gcc/gcc_4.0.0.bb @@ -1,8 +1,8 @@ -PR = "r2" DESCRIPTION = "The GNU cc and gcc C compilers." HOMEPAGE = "http://www.gnu.org/software/gcc/" SECTION = "devel" LICENSE = "GPL" +PR = "r3" inherit autotools gettext |