summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2022-04-12 09:09:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-13 22:23:50 +0100
commit3da3bf730b55e143f514bad119b446202ff0cc91 (patch)
tree1e591fc1e5035e0d50944588c217f13c82085a46
parent7d6e6aa35cfc2dae3d28714fdbebde201f971e8b (diff)
downloadpoky-3da3bf730b55e143f514bad119b446202ff0cc91.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: 7bf032d7ea84e42e2b697ab99d70635c3674bf95) 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>
-rw-r--r--meta/recipes-support/itstool/itstool_2.0.7.bb5
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 \
5messages using the W3C Internationalization Tag Set (ITS). " 5messages using the W3C Internationalization Tag Set (ITS). "
6HOMEPAGE = "http://itstool.org/" 6HOMEPAGE = "http://itstool.org/"
7LICENSE = "GPL-3.0-only" 7LICENSE = "GPL-3.0-only"
8LIC_FILES_CHKSUM = "file://COPYING;md5=59c57b95fd7d0e9e238ebbc7ad47c5a5" 8LIC_FILES_CHKSUM = "\
9 file://COPYING;md5=59c57b95fd7d0e9e238ebbc7ad47c5a5 \
10 file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
11"
9 12
10inherit autotools python3native 13inherit autotools python3native
11 14