gdb: Make 6.8 packages match regarding patches and license
authorHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 25 Aug 2009 12:42:40 +0000 (20:42 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 25 Aug 2009 13:03:40 +0000 (15:03 +0200)
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.

recipes/gdb/gdb-canadian-sdk_6.8.bb
recipes/gdb/gdb-cross-sdk_6.8.bb
recipes/gdb/gdb-cross_6.8.bb

index 1eefddc..db45cfd 100644 (file)
@@ -1,8 +1,10 @@
 require gdb-canadian-cross.inc
+LICENSE = "GPLv3"
 
 SRC_URI += "file://gcc-4.3-build-error.patch;patch=1;pnum=0 \
            file://gdb-6.8-mingw-3.patch;patch=1 \
            file://gdb-6.8-pr9638-ppc-canadian-configh.patch;patch=1 \
+           file://gdb-6.8-fix-compile-karmic.patch;patch=1 \
            file://gdb-6.8-mips-mingw-sim-fixup.patch;patch=1"
 
 PR = "r1"
index 66e1454..6d6fba7 100644 (file)
@@ -1,4 +1,5 @@
 require gdb-cross.inc
+LICENSE = "GPLv3"
 
 SRC_URI += "file://gcc-4.3-build-error.patch;patch=1;pnum=0 \
             file://gdb-6.8-fix-compile-karmic.patch;patch=1"
index 664ab5e..2c24d4c 100644 (file)
@@ -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