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-core | |
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-core')
-rw-r--r-- | meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb | 4 |
1 files changed, 2 insertions, 2 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 @@ | |||
1 | DESCRIPTION = "A standalone native ldconfig build" | 1 | DESCRIPTION = "A standalone native ldconfig build" |
2 | 2 | ||
3 | LICENSE = "GPLv2.1" | 3 | LICENSE = "GPLv2+" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://${S}/ldconfig.c;endline=17;md5=1d15f20937c055cb5de2329a4c054399" | 5 | LIC_FILES_CHKSUM = "file://${S}/ldconfig.c;endline=17;md5=1d15f20937c055cb5de2329a4c054399" |
6 | 6 | ||
@@ -12,7 +12,7 @@ SRC_URI = "file://ldconfig-native-2.12.1.tar.bz2 \ | |||
12 | file://flag_fix.patch \ | 12 | file://flag_fix.patch \ |
13 | file://endianess-header.patch" | 13 | file://endianess-header.patch" |
14 | 14 | ||
15 | PR = "r1" | 15 | PR = "r2" |
16 | 16 | ||
17 | inherit native | 17 | inherit native |
18 | 18 | ||