diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-08-25 20:42:40 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-08-25 15:03:40 +0200 |
commit | 2ec03e65ddc5d3c50e0020808577815cb1fd51a4 (patch) | |
tree | fd95635c37950a5879721eae773805bee575608f /recipes/gdb/gdb-cross_6.8.bb | |
parent | 344230ab1958b528944f4d11fa8c0200d8ab7930 (diff) |
gdb: Make 6.8 packages match regarding patches and license
6.8 was the first release to use GPLv3+, make sure the license
is set correctly. Also make sure the karmic compile fix is applied
for everyone.
Diffstat (limited to 'recipes/gdb/gdb-cross_6.8.bb')
-rw-r--r-- | recipes/gdb/gdb-cross_6.8.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/gdb/gdb-cross_6.8.bb b/recipes/gdb/gdb-cross_6.8.bb index 664ab5e323..2c24d4cac8 100644 --- a/recipes/gdb/gdb-cross_6.8.bb +++ b/recipes/gdb/gdb-cross_6.8.bb @@ -1,6 +1,8 @@ require gdb-cross.inc +LICENSE = "GPLv3" -SRC_URI += "file://gcc-4.3-build-error.patch;patch=1;pnum=0" +SRC_URI += "file://gcc-4.3-build-error.patch;patch=1;pnum=0 \ + file://gdb-6.8-fix-compile-karmic.patch;patch=1" inherit cross |