diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-10-07 10:36:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 13:18:12 +0100 |
commit | 8f2f209b08a9f5397522a19c0dcf74a5116babdf (patch) | |
tree | 4dc563f7c1ba9446bade37ca58e860f5c7625079 /meta/recipes-support/gnutls/gnutls.inc | |
parent | 4fad3275bf19559f8e02ba3f27c91e8535ca415b (diff) | |
download | poky-8f2f209b08a9f5397522a19c0dcf74a5116babdf.tar.gz |
farsight2, ldconfig-native, gnutls: There is no GPLv2.1, correct the fields
The licenses were either LGPLv2.1 or GPLv2
make the changes appropriately
(From OE-Core rev: ffb48c7b9dfbcf56c61d10f2663df245bc396496)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls.inc')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 3569648c51..cdcf85b251 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc | |||
@@ -3,11 +3,11 @@ HOMEPAGE = "http://www.gnu.org/software/gnutls/" | |||
3 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" | 3 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" |
4 | DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap" | 4 | DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap" |
5 | 5 | ||
6 | INC_PR = "r2" | 6 | INC_PR = "r3" |
7 | 7 | ||
8 | LICENSE = "GPLv3+ & LGPLv2.1+" | 8 | LICENSE = "GPLv3+ & LGPLv2.1+" |
9 | LICENSE_${PN} = "LGPLv2.1+" | 9 | LICENSE_${PN} = "LGPLv2.1+" |
10 | LICENSE_${PN}-xx = "GPLv2.1+" | 10 | LICENSE_${PN}-xx = "LGPLv2.1+" |
11 | LICENSE_${PN}-bin = "GPLv3+" | 11 | LICENSE_${PN}-bin = "GPLv3+" |
12 | LICENSE_${PN}-extra = "GPLv3+" | 12 | LICENSE_${PN}-extra = "GPLv3+" |
13 | LICENSE_${PN}-openssl = "GPLv3+" | 13 | LICENSE_${PN}-openssl = "GPLv3+" |