summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index c111355ccd..cfa81176c3 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -564,7 +564,7 @@ Directory`. Here is the main ``xserver-xf86-config`` recipe, which is named
564 SUMMARY = "X.Org X server configuration file" 564 SUMMARY = "X.Org X server configuration file"
565 HOMEPAGE = "http://www.x.org" 565 HOMEPAGE = "http://www.x.org"
566 SECTION = "x11/base" 566 SECTION = "x11/base"
567 LICENSE = "MIT-X" 567 LICENSE = "MIT"
568 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 568 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
569 PR = "r33" 569 PR = "r33"
570 570
@@ -1543,7 +1543,7 @@ variables:
1543 given a piece of software licensed under the GNU General Public 1543 given a piece of software licensed under the GNU General Public
1544 License version 2, you would set :term:`LICENSE` as follows:: 1544 License version 2, you would set :term:`LICENSE` as follows::
1545 1545
1546 LICENSE = "GPLv2" 1546 LICENSE = "GPL-2.0-only"
1547 1547
1548 The licenses you specify within :term:`LICENSE` can have any name as long 1548 The licenses you specify within :term:`LICENSE` can have any name as long
1549 as you do not use spaces, since spaces are used as separators between 1549 as you do not use spaces, since spaces are used as separators between
@@ -2338,7 +2338,7 @@ Following is one example: (``hello_2.3.bb``)
2338 2338
2339 SUMMARY = "GNU Helloworld application" 2339 SUMMARY = "GNU Helloworld application"
2340 SECTION = "examples" 2340 SECTION = "examples"
2341 LICENSE = "GPLv2+" 2341 LICENSE = "GPL-2.0-or-later"
2342 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 2342 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
2343 2343
2344 SRC_URI = "${GNU_MIRROR}/hello/hello-${PV}.tar.gz" 2344 SRC_URI = "${GNU_MIRROR}/hello/hello-${PV}.tar.gz"
@@ -2378,7 +2378,7 @@ In the following example, ``mtd-utils`` is a makefile-based package::
2378 SECTION = "base" 2378 SECTION = "base"
2379 DEPENDS = "zlib lzo e2fsprogs util-linux" 2379 DEPENDS = "zlib lzo e2fsprogs util-linux"
2380 HOMEPAGE = "http://www.linux-mtd.infradead.org/" 2380 HOMEPAGE = "http://www.linux-mtd.infradead.org/"
2381 LICENSE = "GPLv2+" 2381 LICENSE = "GPL-2.0-or-later"
2382 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ 2382 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
2383 file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c" 2383 file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c"
2384 2384