From: Denys Dmytriyenko Date: Mon, 15 Mar 2010 22:26:32 +0000 (-0400) Subject: gdb: update LICENSE to specific GPLv2/GPLv3 depending on version X-Git-Tag: Release-2010-05/1~340^2~128^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d27fe0364ef3a11b5370383039b72c8a6893caf;p=openembedded.git gdb: update LICENSE to specific GPLv2/GPLv3 depending on version --- diff --git a/recipes/gdb/gdb-cross-sdk_6.6.bb b/recipes/gdb/gdb-cross-sdk_6.6.bb index bf0f2ebbab..aa6e7563cf 100644 --- a/recipes/gdb/gdb-cross-sdk_6.6.bb +++ b/recipes/gdb/gdb-cross-sdk_6.6.bb @@ -1,4 +1,5 @@ require gdb-cross.inc +LICENSE = "GPLv2" inherit sdk diff --git a/recipes/gdb/gdb-cross_6.3.bb b/recipes/gdb/gdb-cross_6.3.bb index 5b27e09959..fd2f97245c 100644 --- a/recipes/gdb/gdb-cross_6.3.bb +++ b/recipes/gdb/gdb-cross_6.3.bb @@ -1,4 +1,5 @@ require gdb-cross.inc +LICENSE = "GPLv2" inherit cross diff --git a/recipes/gdb/gdb-cross_6.4.bb b/recipes/gdb/gdb-cross_6.4.bb index e4946b0fe1..2e6de0895e 100644 --- a/recipes/gdb/gdb-cross_6.4.bb +++ b/recipes/gdb/gdb-cross_6.4.bb @@ -1,4 +1,5 @@ require gdb-cross.inc +LICENSE = "GPLv2" inherit cross diff --git a/recipes/gdb/gdb-cross_6.6.bb b/recipes/gdb/gdb-cross_6.6.bb index 570dd52859..a1851f7777 100644 --- a/recipes/gdb/gdb-cross_6.6.bb +++ b/recipes/gdb/gdb-cross_6.6.bb @@ -1,4 +1,6 @@ require gdb-cross.inc +LICENSE = "GPLv2" + inherit cross PR = "r3" diff --git a/recipes/gdb/gdb-cross_6.7.1.bb b/recipes/gdb/gdb-cross_6.7.1.bb index adccebe115..0681029694 100644 --- a/recipes/gdb/gdb-cross_6.7.1.bb +++ b/recipes/gdb/gdb-cross_6.7.1.bb @@ -1,4 +1,6 @@ require gdb-cross.inc +LICENSE = "GPLv3" + inherit cross DEFAULT_PREFERENCE_avr32 = "99" diff --git a/recipes/gdb/gdb_6.3.bb b/recipes/gdb/gdb_6.3.bb index 988cfb4c44..69d9e7117d 100644 --- a/recipes/gdb/gdb_6.3.bb +++ b/recipes/gdb/gdb_6.3.bb @@ -1,3 +1,4 @@ require gdb.inc +LICENSE = "GPLv2" PR = "r4" diff --git a/recipes/gdb/gdb_6.4.bb b/recipes/gdb/gdb_6.4.bb index be40f3f12b..b3c53a27ae 100644 --- a/recipes/gdb/gdb_6.4.bb +++ b/recipes/gdb/gdb_6.4.bb @@ -1,3 +1,4 @@ require gdb.inc +LICENSE = "GPLv2" PR = "r2" diff --git a/recipes/gdb/gdb_6.6.bb b/recipes/gdb/gdb_6.6.bb index e4502a648e..501e1164ff 100644 --- a/recipes/gdb/gdb_6.6.bb +++ b/recipes/gdb/gdb_6.6.bb @@ -1,4 +1,5 @@ require gdb.inc +LICENSE = "GPLv2" PR = "r5" diff --git a/recipes/gdb/gdb_6.7.1.bb b/recipes/gdb/gdb_6.7.1.bb index fedf2bf1f1..fb9ed3f1bf 100644 --- a/recipes/gdb/gdb_6.7.1.bb +++ b/recipes/gdb/gdb_6.7.1.bb @@ -1,4 +1,5 @@ require gdb.inc +LICENSE = "GPLv3" PR = "r1"