summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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