From: Konrad Weihmann Date: Tue, 12 Apr 2022 07:09:55 +0000 (+0200) Subject: itstool: add missing COPYING.GPL3 X-Git-Tag: yocto-4.0~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab25d08e16590c0b1e57a165b8a6db8dc263be7e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git itstool: add missing COPYING.GPL3 to LIC_FILES_CHKSUM. Format the list for better readability. Remove useless line continuation from SRC_URI Signed-off-by: Konrad Weihmann Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/itstool/itstool_2.0.7.bb b/meta/recipes-support/itstool/itstool_2.0.7.bb index 336fb636d55..ddbc49b6cf3 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 \ messages using the W3C Internationalization Tag Set (ITS). " HOMEPAGE = "http://itstool.org/" LICENSE = "GPL-3.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=59c57b95fd7d0e9e238ebbc7ad47c5a5" +LIC_FILES_CHKSUM = "\ + file://COPYING;md5=59c57b95fd7d0e9e238ebbc7ad47c5a5 \ + file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ +" inherit autotools python3native