diff options
author | Elizabeth Flanagan <elizabeth.flanagan@intel.com> | 2011-12-03 15:48:29 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-08 15:24:32 +0000 |
commit | 5eeea9e17013c65f3a4dab1b8215ddf2785adb06 (patch) | |
tree | 50331fa1155eb73d9c47db27179f52598752c2dc /meta/recipes-graphics/xorg-font | |
parent | cb91ef9310a2450650ec880be6f0fc3a6e2d4a23 (diff) | |
download | poky-5eeea9e17013c65f3a4dab1b8215ddf2785adb06.tar.gz |
OECore license fixes: meta/*
This is a quick audit of only the most obviously wrong licenses
found within OECore. These fixes fall into four areas:
- LICENSE field had incorrect format so that the parser choked
- LICENSE field has a license with no version
- LICENSE field was actually incorrect
- LICENSE field has an imaginary license that didn't exist
This fixes most of the LICENSE warnings thrown, along with my prior
commit adding additional licenses to common-licenses and additional
SPDXLICENSEMAP entries.
HOWEVER..... there is much to be done on the license front.
For a list of recipes with licenses that need obvious fixing see:
https://wiki.yoctoproject.org/wiki/License_Audit
That said, I would suggest another license audit as I've found
enough inconsistencies. A good suggestion is when in doubt, look at
how openSuse or Gentoo or Debian license the package.
(From OE-Core rev: 3083dd70b3a9fa01fcc3cf00373b05502505996e)
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-font')
-rw-r--r-- | meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-font/font-util_1.2.0.bb | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb b/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb index 700529190e..a212f1964a 100644 --- a/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb +++ b/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "X font aliases." | |||
2 | 2 | ||
3 | require xorg-font-common.inc | 3 | require xorg-font-common.inc |
4 | 4 | ||
5 | LICENSE = "Font-Alias" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=bf0158b89be493d523d69d9f29265038 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=bf0158b89be493d523d69d9f29265038 \ |
7 | file://cyrillic/fonts.alias;md5=f40795b0640d6785826aecd3b16f6124 \ | 7 | file://cyrillic/fonts.alias;md5=f40795b0640d6785826aecd3b16f6124 \ |
8 | file://75dpi/fonts.alias;md5=6bc48023f2ae7f3bfc105db7b0ee6b49 \ | 8 | file://75dpi/fonts.alias;md5=6bc48023f2ae7f3bfc105db7b0ee6b49 \ |
@@ -18,7 +18,7 @@ RDEPENDS_${PN}_virtclass-native = "font-util-native" | |||
18 | inherit allarch | 18 | inherit allarch |
19 | 19 | ||
20 | PE = "1" | 20 | PE = "1" |
21 | PR = "${INC_PR}.2" | 21 | PR = "${INC_PR}.3" |
22 | 22 | ||
23 | SRC_URI[md5sum] = "6d25f64796fef34b53b439c2e9efa562" | 23 | SRC_URI[md5sum] = "6d25f64796fef34b53b439c2e9efa562" |
24 | SRC_URI[sha256sum] = "8b453b2aae1cfa8090009ca037037b8c5e333550651d5a158b7264ce1d472c9a" | 24 | SRC_URI[sha256sum] = "8b453b2aae1cfa8090009ca037037b8c5e333550651d5a158b7264ce1d472c9a" |
diff --git a/meta/recipes-graphics/xorg-font/font-util_1.2.0.bb b/meta/recipes-graphics/xorg-font/font-util_1.2.0.bb index 8834708644..2c5ba413ab 100644 --- a/meta/recipes-graphics/xorg-font/font-util_1.2.0.bb +++ b/meta/recipes-graphics/xorg-font/font-util_1.2.0.bb | |||
@@ -2,7 +2,8 @@ DESCRIPTION = "X.Org font package creation/installation utilities" | |||
2 | 2 | ||
3 | require xorg-font-common.inc | 3 | require xorg-font-common.inc |
4 | 4 | ||
5 | LICENSE = "BSD & MIT-style & Unicode" | 5 | #Unicode is MIT |
6 | LICENSE = "BSD & MIT" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0067273d90f6336008cb2504e14bd32 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0067273d90f6336008cb2504e14bd32 \ |
7 | file://ucs2any.c;endline=28;md5=8357dc567fc628bd12696f15b2a33bcb \ | 8 | file://ucs2any.c;endline=28;md5=8357dc567fc628bd12696f15b2a33bcb \ |
8 | file://bdftruncate.c;endline=26;md5=4f82ffc101a1b165eae9c6998abff937 \ | 9 | file://bdftruncate.c;endline=26;md5=4f82ffc101a1b165eae9c6998abff937 \ |
@@ -13,7 +14,7 @@ DEPENDS_virtclass-native = "util-macros-native" | |||
13 | RDEPENDS_${PN} = "mkfontdir mkfontscale encodings" | 14 | RDEPENDS_${PN} = "mkfontdir mkfontscale encodings" |
14 | RDEPENDS_${PN}_virtclass-native = "mkfontdir-native mkfontscale-native" | 15 | RDEPENDS_${PN}_virtclass-native = "mkfontdir-native mkfontscale-native" |
15 | 16 | ||
16 | PR = "${INC_PR}.1" | 17 | PR = "${INC_PR}.2" |
17 | 18 | ||
18 | do_configure_prepend() { | 19 | do_configure_prepend() { |
19 | sed -i "s#MAPFILES_PATH=\`pkg-config#MAPFILES_PATH=\`PKG_CONFIG_PATH=\"${STAGING_LIBDIR_NATIVE}/pkg-config\" pkg-config#g" fontutil.m4.in | 20 | sed -i "s#MAPFILES_PATH=\`pkg-config#MAPFILES_PATH=\`PKG_CONFIG_PATH=\"${STAGING_LIBDIR_NATIVE}/pkg-config\" pkg-config#g" fontutil.m4.in |