diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-24 20:29:40 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-24 20:29:40 +0000 |
commit | a7ebefac78e4403b5c0d8adee9da08a1dde21434 (patch) | |
tree | 6ccde763e2be0a0374777ed48d3077f2eecd3edc /gcc | |
parent | 17793af48054581b4a860d41fdb95ed5b66addf2 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into odin.sc.ti.com:/home/kergoth/code/packages
2004/11/24 17:03:02+01:00 (none)!br1
added CONFFILES to nylon-scripts and unik-olsrd
2004/11/24 16:59:22+01:00 (none)!br1
added homepage and licence to various files
2004/11/24 15:42:41+01:00 (none)!br1
nylon: use meshcube.org as mirror
2004/11/24 14:49:15+01:00 (none)!br1
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/packages
2004/11/24 14:48:01+01:00 (none)!br1
libdaemon 0.6: disable doxygen, add licence
2004/11/24 12:00:27+00:00 cambridgebroadband.com!rjt
Merge openembedded@openembedded.bkbits.net:packages
into flotta.cambridgebroadband.com:/development/openembedded/packages
2004/11/24 11:53:38+00:00 cambridgebroadband.com!rjt
package netkit-tftp
2004/11/24 11:52:12+00:00 cambridgebroadband.com!rjt
a couple of tosa kernel fixes
BKrev: 41a4ef34waYELxJwD-Ryjlmhmgf3lw
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/gcc-cross-sdk_3.3.4.oe | 1 | ||||
-rw-r--r-- | gcc/gcc-cross-sdk_3.4.1.oe | 1 | ||||
-rw-r--r-- | gcc/gcc-cross-sdk_3.4.2.oe | 1 | ||||
-rw-r--r-- | gcc/gcc_3.3.3.oe | 1 | ||||
-rw-r--r-- | gcc/gcc_3.3.4.oe | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/gcc/gcc-cross-sdk_3.3.4.oe b/gcc/gcc-cross-sdk_3.3.4.oe index fe95252653..5fa9b64d26 100644 --- a/gcc/gcc-cross-sdk_3.3.4.oe +++ b/gcc/gcc-cross-sdk_3.3.4.oe @@ -1,5 +1,6 @@ SECTION = "devel" DESCRIPTION = "The GNU cc and gcc C compilers." +HOMEPAGE = "http://www.gnu.org/software/gcc/" LICENSE = "GPL" MAINTAINER = "Phil Blundell <pb@handhelds.org>" diff --git a/gcc/gcc-cross-sdk_3.4.1.oe b/gcc/gcc-cross-sdk_3.4.1.oe index 2516ecfaca..82f5ad005f 100644 --- a/gcc/gcc-cross-sdk_3.4.1.oe +++ b/gcc/gcc-cross-sdk_3.4.1.oe @@ -1,5 +1,6 @@ SECTION = "devel" DESCRIPTION = "The GNU cc and gcc C compilers." +HOMEPAGE = "http://www.gnu.org/software/gcc/" LICENSE = "GPL" MAINTAINER = "Phil Blundell <pb@handhelds.org>" diff --git a/gcc/gcc-cross-sdk_3.4.2.oe b/gcc/gcc-cross-sdk_3.4.2.oe index 2516ecfaca..82f5ad005f 100644 --- a/gcc/gcc-cross-sdk_3.4.2.oe +++ b/gcc/gcc-cross-sdk_3.4.2.oe @@ -1,5 +1,6 @@ SECTION = "devel" DESCRIPTION = "The GNU cc and gcc C compilers." +HOMEPAGE = "http://www.gnu.org/software/gcc/" LICENSE = "GPL" MAINTAINER = "Phil Blundell <pb@handhelds.org>" diff --git a/gcc/gcc_3.3.3.oe b/gcc/gcc_3.3.3.oe index fafc344fb5..9f9438b496 100644 --- a/gcc/gcc_3.3.3.oe +++ b/gcc/gcc_3.3.3.oe @@ -3,6 +3,7 @@ PR = "r1" inherit autotools gettext DESCRIPTION = "The GNU cc and gcc C compilers." +HOMEPAGE = "http://www.gnu.org/software/gcc/" LICENSE = "GPL" MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" diff --git a/gcc/gcc_3.3.4.oe b/gcc/gcc_3.3.4.oe index 354e078dd9..9670a8097f 100644 --- a/gcc/gcc_3.3.4.oe +++ b/gcc/gcc_3.3.4.oe @@ -3,6 +3,7 @@ PR = "r1" inherit autotools gettext DESCRIPTION = "The GNU cc and gcc C compilers." +HOMEPAGE = "http://www.gnu.org/software/gcc/" LICENSE = "GPL" MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" |