aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-08-25 20:42:40 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-08-25 15:03:40 +0200
commit2ec03e65ddc5d3c50e0020808577815cb1fd51a4 (patch)
treefd95635c37950a5879721eae773805bee575608f /recipes/gdb
parent344230ab1958b528944f4d11fa8c0200d8ab7930 (diff)
downloadopenembedded-2ec03e65ddc5d3c50e0020808577815cb1fd51a4.tar.gz
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')
-rw-r--r--recipes/gdb/gdb-canadian-sdk_6.8.bb2
-rw-r--r--recipes/gdb/gdb-cross-sdk_6.8.bb1
-rw-r--r--recipes/gdb/gdb-cross_6.8.bb4
3 files changed, 6 insertions, 1 deletions
diff --git a/recipes/gdb/gdb-canadian-sdk_6.8.bb b/recipes/gdb/gdb-canadian-sdk_6.8.bb
index 1eefddc917..db45cfdf16 100644
--- a/recipes/gdb/gdb-canadian-sdk_6.8.bb
+++ b/recipes/gdb/gdb-canadian-sdk_6.8.bb
@@ -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"
diff --git a/recipes/gdb/gdb-cross-sdk_6.8.bb b/recipes/gdb/gdb-cross-sdk_6.8.bb
index 66e1454779..6d6fba7993 100644
--- a/recipes/gdb/gdb-cross-sdk_6.8.bb
+++ b/recipes/gdb/gdb-cross-sdk_6.8.bb
@@ -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"
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