summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorElizabeth Flanagan <elizabeth.flanagan@intel.com>2011-12-03 15:48:29 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-08 15:24:32 +0000
commit5eeea9e17013c65f3a4dab1b8215ddf2785adb06 (patch)
tree50331fa1155eb73d9c47db27179f52598752c2dc /meta/recipes-graphics
parentcb91ef9310a2450650ec880be6f0fc3a6e2d4a23 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-graphics/clutter/clutter-box2d.inc2
-rw-r--r--meta/recipes-graphics/clutter/clutter-box2d_git.bb2
-rw-r--r--meta/recipes-graphics/freetype/freetype_2.4.6.bb4
-rw-r--r--meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb4
-rw-r--r--meta/recipes-graphics/xorg-app/xrandr_1.3.5.bb4
-rw-r--r--meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb4
-rw-r--r--meta/recipes-graphics/xorg-font/font-util_1.2.0.bb5
7 files changed, 13 insertions, 12 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-box2d.inc b/meta/recipes-graphics/clutter/clutter-box2d.inc
index 599b4678cd..056b091847 100644
--- a/meta/recipes-graphics/clutter/clutter-box2d.inc
+++ b/meta/recipes-graphics/clutter/clutter-box2d.inc
@@ -1,6 +1,6 @@
1DESCRIPTION = "Clutter Box2D" 1DESCRIPTION = "Clutter Box2D"
2HOMEPAGE = "http://www.clutter-project.org/" 2HOMEPAGE = "http://www.clutter-project.org/"
3LICENSE = "LGPL-2.1" 3LICENSE = "LGPLv2.1+"
4 4
5# The main clutter lib is machine specific so we need to be too 5# The main clutter lib is machine specific so we need to be too
6PACKAGE_ARCH = "${MACHINE_ARCH}" 6PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/meta/recipes-graphics/clutter/clutter-box2d_git.bb b/meta/recipes-graphics/clutter/clutter-box2d_git.bb
index 554ce81d8e..d256a285cc 100644
--- a/meta/recipes-graphics/clutter/clutter-box2d_git.bb
+++ b/meta/recipes-graphics/clutter/clutter-box2d_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://box2d/License.txt;md5=e5d39ad91f7dc4692dcdb1d85139ec6
4 4
5SRCREV = "de5452e56b537a11fd7f9453d048ff4b4793b5a2" 5SRCREV = "de5452e56b537a11fd7f9453d048ff4b4793b5a2"
6PV = "0.12.1+git${SRCPV}" 6PV = "0.12.1+git${SRCPV}"
7PR = "r0" 7PR = "r1"
8 8
9SRC_URI = "git://git.gnome.org/clutter-box2d.git" 9SRC_URI = "git://git.gnome.org/clutter-box2d.git"
10 10
diff --git a/meta/recipes-graphics/freetype/freetype_2.4.6.bb b/meta/recipes-graphics/freetype/freetype_2.4.6.bb
index 94a389ab42..f002103183 100644
--- a/meta/recipes-graphics/freetype/freetype_2.4.6.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.4.6.bb
@@ -6,14 +6,14 @@ image generation tools, and many other products as well."
6HOMEPAGE = "http://www.freetype.org/" 6HOMEPAGE = "http://www.freetype.org/"
7BUGTRACKER = "https://savannah.nongnu.org/bugs/?group=freetype" 7BUGTRACKER = "https://savannah.nongnu.org/bugs/?group=freetype"
8 8
9LICENSE = "FreeTypeLicense | GPLv2+" 9LICENSE = "FreeType | GPLv2+"
10LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=28d5381b1bef2649c59f20c20bae4f39 \ 10LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=28d5381b1bef2649c59f20c20bae4f39 \
11 file://docs/FTL.TXT;md5=d479e83797f699fe873b38dadd0fcd4c \ 11 file://docs/FTL.TXT;md5=d479e83797f699fe873b38dadd0fcd4c \
12 file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec" 12 file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec"
13 13
14SECTION = "libs" 14SECTION = "libs"
15 15
16PR = "r1" 16PR = "r2"
17 17
18SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ 18SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
19 file://no-hardcode.patch" 19 file://no-hardcode.patch"
diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
index 682184a95d..6214c16278 100644
--- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
+++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
@@ -5,9 +5,9 @@ and bold). In addition Fontconfig/Xft2 can artificially oblique the \
5serif faces for you: this loses hinting and distorts the faces slightly, \ 5serif faces for you: this loses hinting and distorts the faces slightly, \
6but is visibly different than normal and bold, and reasonably pleasing." 6but is visibly different than normal and bold, and reasonably pleasing."
7SECTION = "x11/fonts" 7SECTION = "x11/fonts"
8LICENSE = "Bitstream_Vera" 8LICENSE = "BitstreamVera"
9LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" 9LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be"
10PR = "r5" 10PR = "r6"
11RDEPENDS_${PN} = "fontconfig-utils" 11RDEPENDS_${PN} = "fontconfig-utils"
12 12
13inherit allarch 13inherit allarch
diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.3.5.bb b/meta/recipes-graphics/xorg-app/xrandr_1.3.5.bb
index afb45cbce0..4410865ec9 100644
--- a/meta/recipes-graphics/xorg-app/xrandr_1.3.5.bb
+++ b/meta/recipes-graphics/xorg-app/xrandr_1.3.5.bb
@@ -6,11 +6,11 @@ DESCRIPTION = "Xrandr is used to set the size, orientation and/or \
6reflection of the outputs for a screen. It can also set the screen \ 6reflection of the outputs for a screen. It can also set the screen \
7size." 7size."
8 8
9LICENSE= "BSD-X" 9LICENSE= "MIT"
10LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3" 10LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3"
11DEPENDS += "libxrandr libxrender" 11DEPENDS += "libxrandr libxrender"
12PE = "1" 12PE = "1"
13PR = "r0" 13PR = "r1"
14 14
15SRC_URI[md5sum] = "9735173a84dca9b05e06fd4686196b07" 15SRC_URI[md5sum] = "9735173a84dca9b05e06fd4686196b07"
16SRC_URI[sha256sum] = "1059ff7a9ad0df8e00a765ffa4e08a505304c02663112da370ac7082030b980e" 16SRC_URI[sha256sum] = "1059ff7a9ad0df8e00a765ffa4e08a505304c02663112da370ac7082030b980e"
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
3require xorg-font-common.inc 3require xorg-font-common.inc
4 4
5LICENSE = "Font-Alias" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://COPYING;md5=bf0158b89be493d523d69d9f29265038 \ 6LIC_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"
18inherit allarch 18inherit allarch
19 19
20PE = "1" 20PE = "1"
21PR = "${INC_PR}.2" 21PR = "${INC_PR}.3"
22 22
23SRC_URI[md5sum] = "6d25f64796fef34b53b439c2e9efa562" 23SRC_URI[md5sum] = "6d25f64796fef34b53b439c2e9efa562"
24SRC_URI[sha256sum] = "8b453b2aae1cfa8090009ca037037b8c5e333550651d5a158b7264ce1d472c9a" 24SRC_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
3require xorg-font-common.inc 3require xorg-font-common.inc
4 4
5LICENSE = "BSD & MIT-style & Unicode" 5#Unicode is MIT
6LICENSE = "BSD & MIT"
6LIC_FILES_CHKSUM = "file://COPYING;md5=c0067273d90f6336008cb2504e14bd32 \ 7LIC_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"
13RDEPENDS_${PN} = "mkfontdir mkfontscale encodings" 14RDEPENDS_${PN} = "mkfontdir mkfontscale encodings"
14RDEPENDS_${PN}_virtclass-native = "mkfontdir-native mkfontscale-native" 15RDEPENDS_${PN}_virtclass-native = "mkfontdir-native mkfontscale-native"
15 16
16PR = "${INC_PR}.1" 17PR = "${INC_PR}.2"
17 18
18do_configure_prepend() { 19do_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