[oe-commits] Holger Hans Peter Freyther : gdb: Make 6. 8 packages match regarding patches and license

git version control git at git.openembedded.org
Tue Aug 25 13:09:25 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2ec03e65ddc5d3c50e0020808577815cb1fd51a4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2ec03e65ddc5d3c50e0020808577815cb1fd51a4

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Tue Aug 25 20:42:40 2009 +0800

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.

---

 recipes/gdb/gdb-canadian-sdk_6.8.bb |    2 ++
 recipes/gdb/gdb-cross-sdk_6.8.bb    |    1 +
 recipes/gdb/gdb-cross_6.8.bb        |    4 +++-
 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 1eefddc..db45cfd 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 66e1454..6d6fba7 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 664ab5e..2c24d4c 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
 





More information about the Openembedded-commits mailing list