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 12:48:22 +0100 |
commit | ffb48c7b9dfbcf56c61d10f2663df245bc396496 (patch) | |
tree | d8a7bddedaaeb1e878d887fc772612688b610fa5 /meta | |
parent | 53abb798786287ab4c98f1b77e265440017a7d41 (diff) | |
download | openembedded-core-ffb48c7b9dfbcf56c61d10f2663df245bc396496.tar.gz openembedded-core-ffb48c7b9dfbcf56c61d10f2663df245bc396496.tar.bz2 openembedded-core-ffb48c7b9dfbcf56c61d10f2663df245bc396496.zip |
farsight2, ldconfig-native, gnutls: There is no GPLv2.1, correct the fields
The licenses were either LGPLv2.1 or GPLv2
make the changes appropriately
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb | 4 | ||||
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb b/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb index 00edb6e875..2a939132b8 100644 --- a/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb +++ b/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb @@ -1,6 +1,6 @@ DESCRIPTION = "A standalone native ldconfig build" -LICENSE = "GPLv2.1" +LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://${S}/ldconfig.c;endline=17;md5=1d15f20937c055cb5de2329a4c054399" @@ -12,7 +12,7 @@ SRC_URI = "file://ldconfig-native-2.12.1.tar.bz2 \ file://flag_fix.patch \ file://endianess-header.patch" -PR = "r1" +PR = "r2" inherit native 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/" BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap" -INC_PR = "r2" +INC_PR = "r3" LICENSE = "GPLv3+ & LGPLv2.1+" LICENSE_${PN} = "LGPLv2.1+" -LICENSE_${PN}-xx = "GPLv2.1+" +LICENSE_${PN}-xx = "LGPLv2.1+" LICENSE_${PN}-bin = "GPLv3+" LICENSE_${PN}-extra = "GPLv3+" LICENSE_${PN}-openssl = "GPLv3+" |