diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-18 17:15:36 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-20 16:45:25 +0000 |
commit | b0130fcf91daee0d905af755302fabe608da141c (patch) | |
tree | 7f69e68dff017ef101adcaf4120c4e4eeb344f0f /meta/recipes-graphics | |
parent | 301d24952e7f73d6e67a56b0960fa9a207abfdd1 (diff) | |
download | poky-b0130fcf91daee0d905af755302fabe608da141c.tar.gz |
meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers
An automated conversion using scripts/contrib/convert-spdx-licenses.py to
convert to use the standard SPDX license identifiers. Two recipes in meta-selftest
were not converted as they're that way specifically for testing. A change in
linux-firmware was also skipped and may need a more manual tweak.
(From OE-Core rev: ceda3238cdbf1beb216ae9ddb242470d5dfc25e0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
54 files changed, 60 insertions, 60 deletions
diff --git a/meta/recipes-graphics/cairo/cairo_1.16.0.bb b/meta/recipes-graphics/cairo/cairo_1.16.0.bb index d76d935c30..0b5d1d548f 100644 --- a/meta/recipes-graphics/cairo/cairo_1.16.0.bb +++ b/meta/recipes-graphics/cairo/cairo_1.16.0.bb | |||
@@ -10,13 +10,13 @@ HOMEPAGE = "http://cairographics.org" | |||
10 | BUGTRACKER = "http://bugs.freedesktop.org" | 10 | BUGTRACKER = "http://bugs.freedesktop.org" |
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | 12 | ||
13 | LICENSE = "(MPL-1.1 | LGPLv2.1) & GPLv3+" | 13 | LICENSE = "(MPL-1.1 | LGPL-2.1-only) & GPL-3.0-or-later" |
14 | LICENSE:${PN} = "MPL-1.1 | LGPLv2.1" | 14 | LICENSE:${PN} = "MPL-1.1 | LGPL-2.1-only" |
15 | LICENSE:${PN}-dev = "MPL-1.1 | LGPLv2.1" | 15 | LICENSE:${PN}-dev = "MPL-1.1 | LGPL-2.1-only" |
16 | LICENSE:${PN}-doc = "MPL-1.1 | LGPLv2.1" | 16 | LICENSE:${PN}-doc = "MPL-1.1 | LGPL-2.1-only" |
17 | LICENSE:${PN}-gobject = "MPL-1.1 | LGPLv2.1" | 17 | LICENSE:${PN}-gobject = "MPL-1.1 | LGPL-2.1-only" |
18 | LICENSE:${PN}-script-interpreter = "MPL-1.1 | LGPLv2.1" | 18 | LICENSE:${PN}-script-interpreter = "MPL-1.1 | LGPL-2.1-only" |
19 | LICENSE:${PN}-perf-utils = "GPLv3+" | 19 | LICENSE:${PN}-perf-utils = "GPL-3.0-or-later" |
20 | 20 | ||
21 | LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" | 21 | LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" |
22 | 22 | ||
diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.13.1.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.13.1.bb index 63e4062862..6dbfd32217 100644 --- a/meta/recipes-graphics/fontconfig/fontconfig_2.13.1.bb +++ b/meta/recipes-graphics/fontconfig/fontconfig_2.13.1.bb | |||
@@ -11,7 +11,7 @@ rasterize fonts." | |||
11 | HOMEPAGE = "http://www.fontconfig.org" | 11 | HOMEPAGE = "http://www.fontconfig.org" |
12 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig" | 12 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig" |
13 | 13 | ||
14 | LICENSE = "MIT-style & MIT & PD" | 14 | LICENSE = "MIT & MIT & PD" |
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a0449e9bc5370402a94c00204beca3d \ | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a0449e9bc5370402a94c00204beca3d \ |
16 | file://src/fcfreetype.c;endline=45;md5=5d9513e3196a1fbfdfa94051c09dfc84 \ | 16 | file://src/fcfreetype.c;endline=45;md5=5d9513e3196a1fbfdfa94051c09dfc84 \ |
17 | file://src/fccache.c;beginline=1671;endline=1686;md5=0326cfeb4a7333dd4dd25fbbc4b9f27f" | 17 | file://src/fccache.c;beginline=1671;endline=1686;md5=0326cfeb4a7333dd4dd25fbbc4b9f27f" |
diff --git a/meta/recipes-graphics/freetype/freetype_2.11.1.bb b/meta/recipes-graphics/freetype/freetype_2.11.1.bb index 04b56adc6b..5055ff185c 100644 --- a/meta/recipes-graphics/freetype/freetype_2.11.1.bb +++ b/meta/recipes-graphics/freetype/freetype_2.11.1.bb | |||
@@ -7,7 +7,7 @@ HOMEPAGE = "http://www.freetype.org/" | |||
7 | BUGTRACKER = "https://savannah.nongnu.org/bugs/?group=freetype" | 7 | BUGTRACKER = "https://savannah.nongnu.org/bugs/?group=freetype" |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | LICENSE = "FreeType | GPLv2+" | 10 | LICENSE = "FTL | GPL-2.0-or-later" |
11 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=a5927784d823d443c6cae55701d01553 \ | 11 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=a5927784d823d443c6cae55701d01553 \ |
12 | file://docs/FTL.TXT;md5=9f37b4e6afa3fef9dba8932b16bd3f97 \ | 12 | file://docs/FTL.TXT;md5=9f37b4e6afa3fef9dba8932b16bd3f97 \ |
13 | file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec" | 13 | file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec" |
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_git.bb b/meta/recipes-graphics/libfakekey/libfakekey_git.bb index 33ea6fe5a9..5d94be52b4 100644 --- a/meta/recipes-graphics/libfakekey/libfakekey_git.bb +++ b/meta/recipes-graphics/libfakekey/libfakekey_git.bb | |||
@@ -4,7 +4,7 @@ key-presses." | |||
4 | HOMEPAGE = "http://matchbox-project.org/" | 4 | HOMEPAGE = "http://matchbox-project.org/" |
5 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" | 5 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" |
6 | 6 | ||
7 | LICENSE = "LGPLv2+" | 7 | LICENSE = "LGPL-2.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://src/libfakekey.c;endline=30;md5=602b5ccd48f64407510867f3373b448c" | 8 | LIC_FILES_CHKSUM = "file://src/libfakekey.c;endline=30;md5=602b5ccd48f64407510867f3373b448c" |
9 | 9 | ||
10 | DEPENDS = "libxtst" | 10 | DEPENDS = "libxtst" |
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb index 06bd682823..b01b332a55 100644 --- a/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb | |||
@@ -7,7 +7,7 @@ SECTION = "x11/libs" | |||
7 | HOMEPAGE = "http://matchbox-project.org/" | 7 | HOMEPAGE = "http://matchbox-project.org/" |
8 | BUGTRACKER = "http://bugzilla.yoctoproject.com/" | 8 | BUGTRACKER = "http://bugzilla.yoctoproject.com/" |
9 | 9 | ||
10 | LICENSE = "LGPLv2+ & MIT" | 10 | LICENSE = "LGPL-2.0-or-later & MIT" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ |
12 | file://COPYING.MIT;md5=f45ed9332b4f50a35adf2065adde4ca7 \ | 12 | file://COPYING.MIT;md5=f45ed9332b4f50a35adf2065adde4ca7 \ |
13 | file://libmb/mbexp.c;endline=20;md5=28c0aef3b23e308464f5dae6a11b0d2f \ | 13 | file://libmb/mbexp.c;endline=20;md5=28c0aef3b23e308464f5dae6a11b0d2f \ |
diff --git a/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb b/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb index 53229f2edc..1a16ed4374 100644 --- a/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb +++ b/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Very simple session manager for matchbox tools" | |||
3 | HOMEPAGE = "http://www.matchbox-project.org/" | 3 | HOMEPAGE = "http://www.matchbox-project.org/" |
4 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" | 4 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" |
5 | 5 | ||
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPL-2.0-only" |
7 | LIC_FILES_CHKSUM = "file://matchbox-session;endline=20;md5=180f1c169a15d059a56c30094f6fb5ea" | 7 | LIC_FILES_CHKSUM = "file://matchbox-session;endline=20;md5=180f1c169a15d059a56c30094f6fb5ea" |
8 | 8 | ||
9 | SECTION = "x11" | 9 | SECTION = "x11" |
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb index f452ea032a..81704beac4 100644 --- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb +++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Matchbox lightweight window manager" | |||
2 | HOMEPAGE = "http://matchbox-project.org" | 2 | HOMEPAGE = "http://matchbox-project.org" |
3 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" | 3 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" |
4 | 4 | ||
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPL-2.0-or-later" |
6 | LIC_FILES_CHKSUM = "file://src/wm.h;endline=21;md5=a7e844465edbcf79c282369f93caa835 \ | 6 | LIC_FILES_CHKSUM = "file://src/wm.h;endline=21;md5=a7e844465edbcf79c282369f93caa835 \ |
7 | file://src/main.c;endline=21;md5=3e5d9f832b527b0d72dbe8e3c4c60b95 \ | 7 | file://src/main.c;endline=21;md5=3e5d9f832b527b0d72dbe8e3c4c60b95 \ |
8 | file://src/wm.c;endline=21;md5=8dc9d24477d87ef5dfbc2e4927146aab" | 8 | file://src/wm.c;endline=21;md5=8dc9d24477d87ef5dfbc2e4927146aab" |
diff --git a/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb b/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb index fc4e0a4d84..8875a939e0 100644 --- a/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb +++ b/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Library for caching application menus" | |||
2 | DESCRIPTION = "A library creating and utilizing caches to speed up freedesktop.org application menus" | 2 | DESCRIPTION = "A library creating and utilizing caches to speed up freedesktop.org application menus" |
3 | HOMEPAGE = "http://lxde.sourceforge.net/" | 3 | HOMEPAGE = "http://lxde.sourceforge.net/" |
4 | 4 | ||
5 | LICENSE = "LGPLv2.1+" | 5 | LICENSE = "LGPL-2.1-or-later" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6" |
7 | 7 | ||
8 | SECTION = "x11/libs" | 8 | SECTION = "x11/libs" |
diff --git a/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb b/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb index 470a5e9ea9..12c72edb79 100644 --- a/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb +++ b/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb | |||
@@ -5,7 +5,7 @@ BUGTRACKER = "http://bugzilla.pokylinux.org" | |||
5 | 5 | ||
6 | PR = "r4" | 6 | PR = "r4" |
7 | 7 | ||
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPL-2.0-only" |
9 | LIC_FILES_CHKSUM = "file://mini-x-session;endline=5;md5=b6430bffbcf05f9760e72938826b7487" | 9 | LIC_FILES_CHKSUM = "file://mini-x-session;endline=5;md5=b6430bffbcf05f9760e72938826b7487" |
10 | 10 | ||
11 | SECTION = "x11" | 11 | SECTION = "x11" |
diff --git a/meta/recipes-graphics/pango/pango_1.50.4.bb b/meta/recipes-graphics/pango/pango_1.50.4.bb index c1e9be2f97..0ea621bf67 100644 --- a/meta/recipes-graphics/pango/pango_1.50.4.bb +++ b/meta/recipes-graphics/pango/pango_1.50.4.bb | |||
@@ -7,7 +7,7 @@ core of text and font handling for GTK+-2.x." | |||
7 | HOMEPAGE = "http://www.pango.org/" | 7 | HOMEPAGE = "http://www.pango.org/" |
8 | BUGTRACKER = "http://bugzilla.gnome.org" | 8 | BUGTRACKER = "http://bugzilla.gnome.org" |
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | LICENSE = "LGPLv2.0+" | 10 | LICENSE = "LGPL-2.0-or-later" |
11 | 11 | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
13 | 13 | ||
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index bc45558dda..865eb4c272 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Piglit is an open-source test suite for OpenGL and OpenCL \ | |||
3 | implementations." | 3 | implementations." |
4 | HOMEPAGE = "https://gitlab.freedesktop.org/mesa/piglit" | 4 | HOMEPAGE = "https://gitlab.freedesktop.org/mesa/piglit" |
5 | BUGTRACKER = "https://gitlab.freedesktop.org/mesa/piglit/-/issues" | 5 | BUGTRACKER = "https://gitlab.freedesktop.org/mesa/piglit/-/issues" |
6 | LICENSE = "MIT & LGPLv2+ & GPLv3 & GPLv2+ & BSD-3-Clause" | 6 | LICENSE = "MIT & LGPL-2.0-or-later & GPL-3.0-only & GPL-2.0-or-later & BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0" |
8 | 8 | ||
9 | SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=main \ | 9 | SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=main \ |
diff --git a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb index c3c237eee7..d0794f8ee6 100644 --- a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb +++ b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "A clock combined with a game of pong" | 1 | SUMMARY = "A clock combined with a game of pong" |
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPL-2.0-or-later" |
3 | DEPENDS = "virtual/libx11 xdmcp xau" | 3 | DEPENDS = "virtual/libx11 xdmcp xau" |
4 | 4 | ||
5 | inherit features_check pkgconfig | 5 | inherit features_check pkgconfig |
diff --git a/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb b/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb index f69e4838f4..efd426f8c4 100644 --- a/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb +++ b/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb | |||
@@ -7,7 +7,7 @@ BUGTRACKER = "https://gitlab.freedesktop.org/xdg/startup-notification/-/issues" | |||
7 | 7 | ||
8 | # most files are under MIT, but libsn/sn-util.c is under LGPL, the | 8 | # most files are under MIT, but libsn/sn-util.c is under LGPL, the |
9 | # effective license is LGPL | 9 | # effective license is LGPL |
10 | LICENSE = "LGPLv2+" | 10 | LICENSE = "LGPL-2.0-or-later" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=a2ae2cd47d6d2f238410f5364dfbc0f2 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=a2ae2cd47d6d2f238410f5364dfbc0f2 \ |
12 | file://libsn/sn-util.c;endline=18;md5=18a14dc1825d38e741d772311fea9ee1 \ | 12 | file://libsn/sn-util.c;endline=18;md5=18a14dc1825d38e741d772311fea9ee1 \ |
13 | file://libsn/sn-common.h;endline=23;md5=6d05bc0ebdcf5513a6e77cb26e8cd7e2 \ | 13 | file://libsn/sn-common.h;endline=23;md5=6d05bc0ebdcf5513a6e77cb26e8cd7e2 \ |
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb b/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb index 573ab7b93d..3cc8e9ed4d 100644 --- a/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb +++ b/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Simple Xserver Init Script (no dm)" | 1 | SUMMARY = "Simple Xserver Init Script (no dm)" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
4 | SECTION = "x11" | 4 | SECTION = "x11" |
5 | PR = "r31" | 5 | PR = "r31" |
diff --git a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb index f484f537c1..09fbc9b798 100644 --- a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb +++ b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Transparent X11 cursor theme for touchscreens" | |||
2 | HOMEPAGE = "http://www.matchbox-project.org/" | 2 | HOMEPAGE = "http://www.matchbox-project.org/" |
3 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" | 3 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" |
4 | 4 | ||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
7 | 7 | ||
8 | SECTION = "x11/base" | 8 | SECTION = "x11/base" |
diff --git a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb index 49c42bd68a..3f49df6258 100644 --- a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb +++ b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Touchscreen calibration program for X11" | 1 | SUMMARY = "Touchscreen calibration program for X11" |
2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator" | 2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator" |
3 | LICENSE = "MIT-X" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=1bcba08f67cdb56f34021557898e4b5a" | 4 | LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=1bcba08f67cdb56f34021557898e4b5a" |
5 | DEPENDS = "virtual/libx11 libxi libxrandr" | 5 | DEPENDS = "virtual/libx11 libxi libxrandr" |
6 | 6 | ||
diff --git a/meta/recipes-graphics/xorg-app/xorg-app-common.inc b/meta/recipes-graphics/xorg-app/xorg-app-common.inc index 1a20099880..1c64e20aac 100644 --- a/meta/recipes-graphics/xorg-app/xorg-app-common.inc +++ b/meta/recipes-graphics/xorg-app/xorg-app-common.inc | |||
@@ -2,7 +2,7 @@ SUMMARY = "X application" | |||
2 | HOMEPAGE = "http://www.x.org/" | 2 | HOMEPAGE = "http://www.x.org/" |
3 | BUGTRACKER = "https://bugs.freedesktop.org" | 3 | BUGTRACKER = "https://bugs.freedesktop.org" |
4 | SECTION = "x11/apps" | 4 | SECTION = "x11/apps" |
5 | LICENSE = "MIT-X" | 5 | LICENSE = "MIT" |
6 | DEPENDS = "util-macros-native virtual/libx11" | 6 | DEPENDS = "util-macros-native virtual/libx11" |
7 | 7 | ||
8 | # depends on virtual/libx11 | 8 | # depends on virtual/libx11 |
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc index 0b1df44fe0..8b3f19426b 100644 --- a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | |||
@@ -2,7 +2,7 @@ SUMMARY = "X driver" | |||
2 | HOMEPAGE = "http://www.x.org" | 2 | HOMEPAGE = "http://www.x.org" |
3 | BUGTRACKER = "https://bugs.freedesktop.org" | 3 | BUGTRACKER = "https://bugs.freedesktop.org" |
4 | SECTION = "x11/drivers" | 4 | SECTION = "x11/drivers" |
5 | LICENSE = "MIT-X" | 5 | LICENSE = "MIT" |
6 | 6 | ||
7 | PE = "2" | 7 | PE = "2" |
8 | 8 | ||
diff --git a/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb b/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb index f940c5f534..84e1d377a8 100644 --- a/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb +++ b/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb | |||
@@ -3,7 +3,7 @@ SUMMARY = "X.Org font package creation/installation utilities" | |||
3 | require xorg-font-common.inc | 3 | require xorg-font-common.inc |
4 | 4 | ||
5 | #Unicode is MIT | 5 | #Unicode is MIT |
6 | LICENSE = "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause" | 6 | LICENSE = "MIT & MIT & BSD-4-Clause & BSD-2-Clause" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5df208ec65eb84ce5bb8d82d8f3b9675 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5df208ec65eb84ce5bb8d82d8f3b9675 \ |
8 | file://ucs2any.c;endline=28;md5=8357dc567fc628bd12696f15b2a33bcb \ | 8 | file://ucs2any.c;endline=28;md5=8357dc567fc628bd12696f15b2a33bcb \ |
9 | file://bdftruncate.c;endline=26;md5=4f82ffc101a1b165eae9c6998abff937 \ | 9 | file://bdftruncate.c;endline=26;md5=4f82ffc101a1b165eae9c6998abff937 \ |
diff --git a/meta/recipes-graphics/xorg-font/xorg-font-common.inc b/meta/recipes-graphics/xorg-font/xorg-font-common.inc index ba5840425c..2df23efed4 100644 --- a/meta/recipes-graphics/xorg-font/xorg-font-common.inc +++ b/meta/recipes-graphics/xorg-font/xorg-font-common.inc | |||
@@ -2,7 +2,7 @@ HOMEPAGE = "http://www.x.org" | |||
2 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | 2 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" |
3 | 3 | ||
4 | SECTION = "x11/fonts" | 4 | SECTION = "x11/fonts" |
5 | LICENSE = "MIT-X" | 5 | LICENSE = "MIT" |
6 | 6 | ||
7 | DEPENDS = " encodings font-alias font-util-native" | 7 | DEPENDS = " encodings font-alias font-util-native" |
8 | RDEPENDS:${PN} = "encodings font-util font-alias" | 8 | RDEPENDS:${PN} = "encodings font-util font-alias" |
diff --git a/meta/recipes-graphics/xorg-lib/libice_1.0.10.bb b/meta/recipes-graphics/xorg-lib/libice_1.0.10.bb index 6a6316f320..44339eb27a 100644 --- a/meta/recipes-graphics/xorg-lib/libice_1.0.10.bb +++ b/meta/recipes-graphics/xorg-lib/libice_1.0.10.bb | |||
@@ -8,7 +8,7 @@ negotiating versions, and for reporting errors. " | |||
8 | 8 | ||
9 | require xorg-lib-common.inc | 9 | require xorg-lib-common.inc |
10 | 10 | ||
11 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d162b1b3c6fa812da9d804dcf8584a93" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d162b1b3c6fa812da9d804dcf8584a93" |
13 | 13 | ||
14 | DEPENDS += "xorgproto xtrans" | 14 | DEPENDS += "xorgproto xtrans" |
diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess_0.16.bb b/meta/recipes-graphics/xorg-lib/libpciaccess_0.16.bb index b58cb80dc3..d55315efc2 100644 --- a/meta/recipes-graphics/xorg-lib/libpciaccess_0.16.bb +++ b/meta/recipes-graphics/xorg-lib/libpciaccess_0.16.bb | |||
@@ -11,7 +11,7 @@ SRC_URI += "\ | |||
11 | SRC_URI[md5sum] = "b34e2cbdd6aa8f9cc3fa613fd401a6d6" | 11 | SRC_URI[md5sum] = "b34e2cbdd6aa8f9cc3fa613fd401a6d6" |
12 | SRC_URI[sha256sum] = "214c9d0d884fdd7375ec8da8dcb91a8d3169f263294c9a90c575bf1938b9f489" | 12 | SRC_URI[sha256sum] = "214c9d0d884fdd7375ec8da8dcb91a8d3169f263294c9a90c575bf1938b9f489" |
13 | 13 | ||
14 | LICENSE = "MIT & MIT-style" | 14 | LICENSE = "MIT & MIT" |
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=277aada5222b9a22fbf3471ff3687068" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=277aada5222b9a22fbf3471ff3687068" |
16 | 16 | ||
17 | REQUIRED_DISTRO_FEATURES = "" | 17 | REQUIRED_DISTRO_FEATURES = "" |
diff --git a/meta/recipes-graphics/xorg-lib/libsm_1.2.3.bb b/meta/recipes-graphics/xorg-lib/libsm_1.2.3.bb index 49df690f0a..90917ef437 100644 --- a/meta/recipes-graphics/xorg-lib/libsm_1.2.3.bb +++ b/meta/recipes-graphics/xorg-lib/libsm_1.2.3.bb | |||
@@ -8,7 +8,7 @@ has a particular state." | |||
8 | 8 | ||
9 | require xorg-lib-common.inc | 9 | require xorg-lib-common.inc |
10 | 10 | ||
11 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb37f44e02bdbde80546024400728d" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb37f44e02bdbde80546024400728d" |
13 | 13 | ||
14 | DEPENDS += "libice xorgproto xtrans" | 14 | DEPENDS += "libice xorgproto xtrans" |
diff --git a/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb b/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb index 796980b7ca..b231f8b34d 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb | |||
@@ -8,7 +8,7 @@ python () { | |||
8 | 8 | ||
9 | require xorg-lib-common.inc | 9 | require xorg-lib-common.inc |
10 | 10 | ||
11 | LICENSE = "MIT & MIT-style & BSD-1-Clause & HPND & HPND-sell-variant" | 11 | LICENSE = "MIT & MIT & BSD-1-Clause & HPND & HPND-sell-variant" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "c5fa5a86a20e3591bed6c046498d4b8f" | 14 | SRC_URI[md5sum] = "c5fa5a86a20e3591bed6c046498d4b8f" |
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.7.3.1.bb b/meta/recipes-graphics/xorg-lib/libx11_1.7.3.1.bb index be9b8df6ce..0c3abcd896 100644 --- a/meta/recipes-graphics/xorg-lib/libx11_1.7.3.1.bb +++ b/meta/recipes-graphics/xorg-lib/libx11_1.7.3.1.bb | |||
@@ -21,7 +21,7 @@ SRC_URI[sha256sum] = "2ffd417266fb875028fdc0ef349694f63dbcd76d0b0cfacfb52e6151f4 | |||
21 | PROVIDES = "virtual/libx11" | 21 | PROVIDES = "virtual/libx11" |
22 | 22 | ||
23 | XORG_PN = "libX11" | 23 | XORG_PN = "libX11" |
24 | LICENSE = "MIT & MIT-style & BSD-1-Clause & HPND & HPND-sell-variant" | 24 | LICENSE = "MIT & MIT & BSD-1-Clause & HPND & HPND-sell-variant" |
25 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" | 25 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" |
26 | 26 | ||
27 | DEPENDS += "xorgproto \ | 27 | DEPENDS += "xorgproto \ |
diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.9.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.9.bb index dcfc66652a..3fbc3a5b44 100644 --- a/meta/recipes-graphics/xorg-lib/libxau_1.0.9.bb +++ b/meta/recipes-graphics/xorg-lib/libxau_1.0.9.bb | |||
@@ -8,7 +8,7 @@ require xorg-lib-common.inc | |||
8 | 8 | ||
9 | inherit gettext | 9 | inherit gettext |
10 | 10 | ||
11 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec" |
13 | 13 | ||
14 | DEPENDS += " xorgproto" | 14 | DEPENDS += " xorgproto" |
diff --git a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.5.bb b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.5.bb index 3ef3ddb817..c07f31b92d 100644 --- a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.5.bb +++ b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.5.bb | |||
@@ -11,7 +11,7 @@ compositing transformations through a client." | |||
11 | 11 | ||
12 | require xorg-lib-common.inc | 12 | require xorg-lib-common.inc |
13 | 13 | ||
14 | LICENSE = "MIT-style" | 14 | LICENSE = "MIT" |
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f2907aad541f6f226fbc58cc1b3cdf1" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f2907aad541f6f226fbc58cc1b3cdf1" |
16 | 16 | ||
17 | DEPENDS += " xorgproto virtual/libx11 libxfixes libxext" | 17 | DEPENDS += " xorgproto virtual/libx11 libxfixes libxext" |
diff --git a/meta/recipes-graphics/xorg-lib/libxcursor_1.2.0.bb b/meta/recipes-graphics/xorg-lib/libxcursor_1.2.0.bb index 2df7a3a4f2..f6794b6882 100644 --- a/meta/recipes-graphics/xorg-lib/libxcursor_1.2.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxcursor_1.2.0.bb | |||
@@ -8,7 +8,7 @@ size." | |||
8 | 8 | ||
9 | require xorg-lib-common.inc | 9 | require xorg-lib-common.inc |
10 | 10 | ||
11 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=8902e6643f7bcd7793b23dcd5d8031a4" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=8902e6643f7bcd7793b23dcd5d8031a4" |
13 | 13 | ||
14 | DEPENDS += "libxrender libxfixes" | 14 | DEPENDS += "libxrender libxfixes" |
diff --git a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.3.bb index d43a146fd7..92ec954df2 100644 --- a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.3.bb | |||
@@ -10,7 +10,7 @@ require xorg-lib-common.inc | |||
10 | 10 | ||
11 | inherit gettext | 11 | inherit gettext |
12 | 12 | ||
13 | LICENSE = "MIT-style" | 13 | LICENSE = "MIT" |
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123" |
15 | 15 | ||
16 | DEPENDS += "xorgproto" | 16 | DEPENDS += "xorgproto" |
diff --git a/meta/recipes-graphics/xorg-lib/libxext_1.3.4.bb b/meta/recipes-graphics/xorg-lib/libxext_1.3.4.bb index 9493111a67..a0ba54d184 100644 --- a/meta/recipes-graphics/xorg-lib/libxext_1.3.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxext_1.3.4.bb | |||
@@ -10,7 +10,7 @@ extensions." | |||
10 | 10 | ||
11 | require xorg-lib-common.inc | 11 | require xorg-lib-common.inc |
12 | 12 | ||
13 | LICENSE = "MIT-style" | 13 | LICENSE = "MIT" |
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=879ce266785414bd1cbc3bc2f4d9d7c8" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=879ce266785414bd1cbc3bc2f4d9d7c8" |
15 | 15 | ||
16 | DEPENDS += "xorgproto virtual/libx11" | 16 | DEPENDS += "xorgproto virtual/libx11" |
diff --git a/meta/recipes-graphics/xorg-lib/libxfixes_6.0.0.bb b/meta/recipes-graphics/xorg-lib/libxfixes_6.0.0.bb index af7426f7bf..3a8543171e 100644 --- a/meta/recipes-graphics/xorg-lib/libxfixes_6.0.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxfixes_6.0.0.bb | |||
@@ -8,7 +8,7 @@ caused by these workarounds." | |||
8 | require xorg-lib-common.inc | 8 | require xorg-lib-common.inc |
9 | SRC_URI[sha256sum] = "a7c1a24da53e0b46cac5aea79094b4b2257321c621b258729bc3139149245b4c" | 9 | SRC_URI[sha256sum] = "a7c1a24da53e0b46cac5aea79094b4b2257321c621b258729bc3139149245b4c" |
10 | 10 | ||
11 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=3c1ce42c334a6f5cccb0277556a053e0" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=3c1ce42c334a6f5cccb0277556a053e0" |
13 | 13 | ||
14 | DEPENDS += "virtual/libx11 xorgproto" | 14 | DEPENDS += "virtual/libx11 xorgproto" |
diff --git a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.5.bb b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.5.bb index 9ad19dc826..10e44c39ba 100644 --- a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.5.bb +++ b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.5.bb | |||
@@ -6,7 +6,7 @@ such as freetype)." | |||
6 | 6 | ||
7 | require xorg-lib-common.inc | 7 | require xorg-lib-common.inc |
8 | 8 | ||
9 | LICENSE = "MIT & MIT-style & BSD-4-Clause & BSD-2-Clause" | 9 | LICENSE = "MIT & MIT & BSD-4-Clause & BSD-2-Clause" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" |
11 | 11 | ||
12 | DEPENDS += "freetype xtrans xorgproto libfontenc zlib" | 12 | DEPENDS += "freetype xtrans xorgproto libfontenc zlib" |
diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb index f04780cf04..27e686b087 100644 --- a/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb | |||
@@ -6,7 +6,7 @@ such as freetype)." | |||
6 | 6 | ||
7 | require xorg-lib-common.inc | 7 | require xorg-lib-common.inc |
8 | 8 | ||
9 | LICENSE = "MIT & MIT-style & BSD-3-Clause" | 9 | LICENSE = "MIT & MIT & BSD-3-Clause" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" |
11 | 11 | ||
12 | DEPENDS += "freetype xtrans xorgproto libfontenc zlib" | 12 | DEPENDS += "freetype xtrans xorgproto libfontenc zlib" |
diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.8.bb b/meta/recipes-graphics/xorg-lib/libxi_1.8.bb index 83101c5736..2aa75148d1 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_1.8.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_1.8.bb | |||
@@ -7,7 +7,7 @@ input devices other than the core X keyboard and pointer. It allows \ | |||
7 | client programs to select input from these devices independently from \ | 7 | client programs to select input from these devices independently from \ |
8 | each other and independently from the core devices." | 8 | each other and independently from the core devices." |
9 | 9 | ||
10 | LICENSE = "MIT & MIT-style" | 10 | LICENSE = "MIT & MIT" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \ |
12 | file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f" | 12 | file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f" |
13 | 13 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.0.bb index c7e12eb0b8..34652e9c4e 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.0.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \ | |||
3 | processes a reduced subset of keymaps as defined by the XKB specification." | 3 | processes a reduced subset of keymaps as defined by the XKB specification." |
4 | HOMEPAGE = "http://www.xkbcommon.org" | 4 | HOMEPAGE = "http://www.xkbcommon.org" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e525ed9809e1f8a07cf4bce8b09e8b87" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e525ed9809e1f8a07cf4bce8b09e8b87" |
6 | LICENSE = "MIT & MIT-style" | 6 | LICENSE = "MIT & MIT" |
7 | 7 | ||
8 | DEPENDS = "flex-native bison-native" | 8 | DEPENDS = "flex-native bison-native" |
9 | 9 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.0.bb b/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.0.bb index 3a6c50ca21..0fd0e3f47f 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.0.bb | |||
@@ -5,7 +5,7 @@ description files for XKB, the X11 keyboard configuration extension." | |||
5 | 5 | ||
6 | require xorg-lib-common.inc | 6 | require xorg-lib-common.inc |
7 | 7 | ||
8 | LICENSE = "MIT-style" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=8be7367f7e5d605a426f76bb37d4d61f" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=8be7367f7e5d605a426f76bb37d4d61f" |
10 | 10 | ||
11 | DEPENDS += "virtual/libx11 xorgproto" | 11 | DEPENDS += "virtual/libx11 xorgproto" |
diff --git a/meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb index 7e92d0499a..eab3f07512 100644 --- a/meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb | |||
@@ -9,7 +9,7 @@ second library, libXmuu." | |||
9 | 9 | ||
10 | require xorg-lib-common.inc | 10 | require xorg-lib-common.inc |
11 | 11 | ||
12 | LICENSE = "MIT & MIT-style" | 12 | LICENSE = "MIT & MIT" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=def3d8e4e9c42004f1941fa22f01dc18" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=def3d8e4e9c42004f1941fa22f01dc18" |
14 | 14 | ||
15 | DEPENDS += "libxt libxext" | 15 | DEPENDS += "libxt libxext" |
diff --git a/meta/recipes-graphics/xorg-lib/libxrandr_1.5.2.bb b/meta/recipes-graphics/xorg-lib/libxrandr_1.5.2.bb index 53a8335d64..482017d2ae 100644 --- a/meta/recipes-graphics/xorg-lib/libxrandr_1.5.2.bb +++ b/meta/recipes-graphics/xorg-lib/libxrandr_1.5.2.bb | |||
@@ -8,7 +8,7 @@ specified in the Proceedings of the 2001 Usenix Technical Conference \ | |||
8 | 8 | ||
9 | require xorg-lib-common.inc | 9 | require xorg-lib-common.inc |
10 | 10 | ||
11 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=c9d1a2118a6cd5727521db8e7a2fee69" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=c9d1a2118a6cd5727521db8e7a2fee69" |
13 | 13 | ||
14 | DEPENDS += "virtual/libx11 xorgproto libxrender libxext" | 14 | DEPENDS += "virtual/libx11 xorgproto libxrender libxext" |
diff --git a/meta/recipes-graphics/xorg-lib/libxrender_0.9.10.bb b/meta/recipes-graphics/xorg-lib/libxrender_0.9.10.bb index 9b18366138..35763a5a26 100644 --- a/meta/recipes-graphics/xorg-lib/libxrender_0.9.10.bb +++ b/meta/recipes-graphics/xorg-lib/libxrender_0.9.10.bb | |||
@@ -8,7 +8,7 @@ drawn by loading glyphs into the server and rendering sets of them." | |||
8 | 8 | ||
9 | require xorg-lib-common.inc | 9 | require xorg-lib-common.inc |
10 | 10 | ||
11 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8bc71986d3b9b3639f6dfd6fac8f196" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8bc71986d3b9b3639f6dfd6fac8f196" |
13 | 13 | ||
14 | DEPENDS += "virtual/libx11 xorgproto" | 14 | DEPENDS += "virtual/libx11 xorgproto" |
diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb index d153c7a603..f465266672 100644 --- a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb | |||
@@ -6,7 +6,7 @@ using file descriptor passing." | |||
6 | 6 | ||
7 | require xorg-lib-common.inc | 7 | require xorg-lib-common.inc |
8 | 8 | ||
9 | LICENSE = "MIT-style" | 9 | LICENSE = "MIT" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" |
11 | 11 | ||
12 | DEPENDS += "virtual/libx11" | 12 | DEPENDS += "virtual/libx11" |
diff --git a/meta/recipes-graphics/xorg-lib/libxt_1.2.1.bb b/meta/recipes-graphics/xorg-lib/libxt_1.2.1.bb index 8f2cded1df..eef561dbba 100644 --- a/meta/recipes-graphics/xorg-lib/libxt_1.2.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxt_1.2.1.bb | |||
@@ -12,7 +12,7 @@ independent of any particular user interface policy or style." | |||
12 | 12 | ||
13 | require xorg-lib-common.inc | 13 | require xorg-lib-common.inc |
14 | 14 | ||
15 | LICENSE = "MIT & MIT-style" | 15 | LICENSE = "MIT & MIT" |
16 | LIC_FILES_CHKSUM = "file://COPYING;md5=73d55cea4d27ca1a09a5d23378b3ecf8" | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=73d55cea4d27ca1a09a5d23378b3ecf8" |
17 | 17 | ||
18 | DEPENDS += "util-linux libxcb libsm virtual/libx11 xorgproto libxdmcp" | 18 | DEPENDS += "util-linux libxcb libsm virtual/libx11 xorgproto libxdmcp" |
diff --git a/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb b/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb index 7837f69d38..ebe9be5b9a 100644 --- a/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "This extension is a minimal set of client and server \ | |||
6 | extensions required to completely test the X11 server with no user \ | 6 | extensions required to completely test the X11 server with no user \ |
7 | intervention." | 7 | intervention." |
8 | 8 | ||
9 | LICENSE = "MIT-style" | 9 | LICENSE = "MIT" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bb4f89972c3869f617f61c1a79ad1952 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bb4f89972c3869f617f61c1a79ad1952 \ |
11 | file://src/XTest.c;beginline=2;endline=32;md5=b1c8c9dff842b4d5b89ca5fa32c40e99" | 11 | file://src/XTest.c;beginline=2;endline=32;md5=b1c8c9dff842b4d5b89ca5fa32c40e99" |
12 | 12 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxv_1.0.11.bb b/meta/recipes-graphics/xorg-lib/libxv_1.0.11.bb index c6027233ef..3c8bf08153 100644 --- a/meta/recipes-graphics/xorg-lib/libxv_1.0.11.bb +++ b/meta/recipes-graphics/xorg-lib/libxv_1.0.11.bb | |||
@@ -7,7 +7,7 @@ clients, which may draw in a number of colourspaces, including YUV." | |||
7 | 7 | ||
8 | require xorg-lib-common.inc | 8 | require xorg-lib-common.inc |
9 | 9 | ||
10 | LICENSE = "MIT-style" | 10 | LICENSE = "MIT" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=827da9afab1f727f2a66574629e0f39c" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=827da9afab1f727f2a66574629e0f39c" |
12 | 12 | ||
13 | DEPENDS += "libxext xorgproto" | 13 | DEPENDS += "libxext xorgproto" |
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb b/meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb index ab9595cc75..ccfe277746 100644 --- a/meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb +++ b/meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb | |||
@@ -18,7 +18,7 @@ UPSTREAM_CHECK_REGEX = "pixman-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)" | |||
18 | 18 | ||
19 | PE = "1" | 19 | PE = "1" |
20 | 20 | ||
21 | LICENSE = "MIT & MIT-style & PD" | 21 | LICENSE = "MIT & MIT & PD" |
22 | LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3 \ | 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3 \ |
23 | file://pixman/pixman-matrix.c;endline=21;md5=4a018dff3e4e25302724c88ff95c2456 \ | 23 | file://pixman/pixman-matrix.c;endline=21;md5=4a018dff3e4e25302724c88ff95c2456 \ |
24 | file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \ | 24 | file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \ |
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.35.1.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.35.1.bb index 6d40266ec3..5215131e3e 100644 --- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.35.1.bb +++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.35.1.bb | |||
@@ -9,7 +9,7 @@ systems." | |||
9 | HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig" | 9 | HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig" |
10 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config" | 10 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config" |
11 | 11 | ||
12 | LICENSE = "MIT & MIT-style" | 12 | LICENSE = "MIT & MIT" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9" |
14 | 14 | ||
15 | SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.xz" | 15 | SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.xz" |
diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc index a566eaa45e..fad2962948 100644 --- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc +++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | |||
@@ -2,7 +2,7 @@ HOMEPAGE = "http://www.x.org" | |||
2 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | 2 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" |
3 | 3 | ||
4 | SECTION = "x11/libs" | 4 | SECTION = "x11/libs" |
5 | LICENSE = "MIT-X" | 5 | LICENSE = "MIT" |
6 | DEPENDS = "util-macros" | 6 | DEPENDS = "util-macros" |
7 | 7 | ||
8 | XORG_PN = "${BPN}" | 8 | XORG_PN = "${BPN}" |
diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb b/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb index f33f6f0215..08773c8ccc 100644 --- a/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb +++ b/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb | |||
@@ -9,7 +9,7 @@ except in the X Transport Interface code." | |||
9 | 9 | ||
10 | require xorg-lib-common.inc | 10 | require xorg-lib-common.inc |
11 | 11 | ||
12 | LICENSE = "MIT & MIT-style" | 12 | LICENSE = "MIT & MIT" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=49347921d4d5268021a999f250edc9ca" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=49347921d4d5268021a999f250edc9ca" |
14 | 14 | ||
15 | SRC_URI += "file://multilibfix.patch" | 15 | SRC_URI += "file://multilibfix.patch" |
diff --git a/meta/recipes-graphics/xorg-proto/xorgproto_2021.5.bb b/meta/recipes-graphics/xorg-proto/xorgproto_2021.5.bb index 8edb4596ad..8f1ed36291 100644 --- a/meta/recipes-graphics/xorg-proto/xorgproto_2021.5.bb +++ b/meta/recipes-graphics/xorg-proto/xorgproto_2021.5.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.x.org" | |||
5 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | 5 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" |
6 | 6 | ||
7 | SECTION = "x11/libs" | 7 | SECTION = "x11/libs" |
8 | LICENSE = "MIT-style" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=dfc4bd2b0568b31725b85b0604e69b56" | 9 | LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=dfc4bd2b0568b31725b85b0604e69b56" |
10 | 10 | ||
11 | SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.bz2" | 11 | SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.bz2" |
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.19.3.bb b/meta/recipes-graphics/xorg-util/util-macros_1.19.3.bb index 80e7590400..0164256eb4 100644 --- a/meta/recipes-graphics/xorg-util/util-macros_1.19.3.bb +++ b/meta/recipes-graphics/xorg-util/util-macros_1.19.3.bb | |||
@@ -4,7 +4,7 @@ DESCRIPTION = "M4 autotools macros used by various X.org programs." | |||
4 | 4 | ||
5 | require xorg-util-common.inc | 5 | require xorg-util-common.inc |
6 | 6 | ||
7 | LICENSE = "MIT & MIT-style" | 7 | LICENSE = "MIT & MIT" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=1970511fddd439b07a6ba789d28ff662" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=1970511fddd439b07a6ba789d28ff662" |
9 | 9 | ||
10 | PE = "1" | 10 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-util/xorg-util-common.inc b/meta/recipes-graphics/xorg-util/xorg-util-common.inc index 18d022c49f..a4c85a4ebc 100644 --- a/meta/recipes-graphics/xorg-util/xorg-util-common.inc +++ b/meta/recipes-graphics/xorg-util/xorg-util-common.inc | |||
@@ -2,7 +2,7 @@ HOMEPAGE = "http://www.x.org" | |||
2 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | 2 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" |
3 | 3 | ||
4 | SECTION = "x11/utils" | 4 | SECTION = "x11/utils" |
5 | LICENSE = "MIT-X" | 5 | LICENSE = "MIT" |
6 | 6 | ||
7 | XORG_PN = "${BPN}" | 7 | XORG_PN = "${BPN}" |
8 | 8 | ||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb index e9788ab7c6..f82a6960e6 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "X.Org X server configuration file" | 1 | SUMMARY = "X.Org X server configuration file" |
2 | HOMEPAGE = "http://www.x.org" | 2 | HOMEPAGE = "http://www.x.org" |
3 | SECTION = "x11/base" | 3 | SECTION = "x11/base" |
4 | LICENSE = "MIT-X" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
6 | PR = "r33" | 6 | PR = "r33" |
7 | 7 | ||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 437d5a8861..5b7d0cd292 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "The X.Org X server" | 1 | SUMMARY = "The X.Org X server" |
2 | HOMEPAGE = "http://www.x.org" | 2 | HOMEPAGE = "http://www.x.org" |
3 | SECTION = "x11/base" | 3 | SECTION = "x11/base" |
4 | LICENSE = "MIT-X" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880" |
6 | 6 | ||
7 | # xf86-*-* packages depend on an X server built with the xfree86 DDX | 7 | # xf86-*-* packages depend on an X server built with the xfree86 DDX |
diff --git a/meta/recipes-graphics/xrestop/xrestop_0.4.bb b/meta/recipes-graphics/xrestop/xrestop_0.4.bb index c7b8716f6f..0b5ab506e3 100644 --- a/meta/recipes-graphics/xrestop/xrestop_0.4.bb +++ b/meta/recipes-graphics/xrestop/xrestop_0.4.bb | |||
@@ -5,7 +5,7 @@ DESCRIPTION = "top-like statistics of X11 server resource usage by clients" | |||
5 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xrestop" | 5 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xrestop" |
6 | BUGTRACKER = "https://bugs.freedesktop.org/" | 6 | BUGTRACKER = "https://bugs.freedesktop.org/" |
7 | 7 | ||
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPL-2.0-or-later" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
10 | file://xrestop.c;endline=18;md5=730876c30f0d8a928676bcd1242a3b35" | 10 | file://xrestop.c;endline=18;md5=730876c30f0d8a928676bcd1242a3b35" |
11 | 11 | ||
diff --git a/meta/recipes-graphics/xwayland/xwayland_21.1.4.bb b/meta/recipes-graphics/xwayland/xwayland_21.1.4.bb index cbf4f1c658..e08be51ce7 100644 --- a/meta/recipes-graphics/xwayland/xwayland_21.1.4.bb +++ b/meta/recipes-graphics/xwayland/xwayland_21.1.4.bb | |||
@@ -6,7 +6,7 @@ the transition from X Window System to Wayland environments, providing \ | |||
6 | a way to run unported applications in the meantime." | 6 | a way to run unported applications in the meantime." |
7 | HOMEPAGE = "https://fedoraproject.org/wiki/Changes/XwaylandStandalone" | 7 | HOMEPAGE = "https://fedoraproject.org/wiki/Changes/XwaylandStandalone" |
8 | 8 | ||
9 | LICENSE = "MIT-X" | 9 | LICENSE = "MIT" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880" |
11 | 11 | ||
12 | SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz" | 12 | SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz" |