diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2022-04-12 09:09:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-14 09:47:00 +0100 |
commit | 39becfe5344ed2be73de547698e8e182c660f4b4 (patch) | |
tree | 9f112174c6fc23ec42fcac8ce764126be5c87f24 /meta/recipes-support/itstool | |
parent | ccfb5372c91dea8a8a4cb4e9bd32058a1af8d644 (diff) | |
download | poky-39becfe5344ed2be73de547698e8e182c660f4b4.tar.gz |
itstool: add missing COPYING.GPL3
to LIC_FILES_CHKSUM.
Format the list for better readability.
Remove useless line continuation from SRC_URI
(From OE-Core rev: ab25d08e16590c0b1e57a165b8a6db8dc263be7e)
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/itstool')
-rw-r--r-- | meta/recipes-support/itstool/itstool_2.0.7.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-support/itstool/itstool_2.0.7.bb b/meta/recipes-support/itstool/itstool_2.0.7.bb index 336fb636d5..ddbc49b6cf 100644 --- a/meta/recipes-support/itstool/itstool_2.0.7.bb +++ b/meta/recipes-support/itstool/itstool_2.0.7.bb | |||
@@ -5,7 +5,10 @@ XML files. It determines what to translate and how to chunk it into \ | |||
5 | messages using the W3C Internationalization Tag Set (ITS). " | 5 | messages using the W3C Internationalization Tag Set (ITS). " |
6 | HOMEPAGE = "http://itstool.org/" | 6 | HOMEPAGE = "http://itstool.org/" |
7 | LICENSE = "GPL-3.0-only" | 7 | LICENSE = "GPL-3.0-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=59c57b95fd7d0e9e238ebbc7ad47c5a5" | 8 | LIC_FILES_CHKSUM = "\ |
9 | file://COPYING;md5=59c57b95fd7d0e9e238ebbc7ad47c5a5 \ | ||
10 | file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
11 | " | ||
9 | 12 | ||
10 | inherit autotools python3native | 13 | inherit autotools python3native |
11 | 14 | ||