summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2024-09-02 11:09:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-03 10:21:38 +0100
commit4d53374ad22ea67d6b19779ac7563b8900809d61 (patch)
tree2c982403aabe6308f60aa269861e6af2143bffd0 /meta/recipes-devtools
parent47d9dfe82b832a343d1129d838cf93fb2c4b6928 (diff)
downloadpoky-4d53374ad22ea67d6b19779ac7563b8900809d61.tar.gz
dejagnu: Fix LICENSE
The contents of the COPYING file included in the current source code package match those of GPL-3.0-only license, which seems to have been the case since 2008 commit http://git.savannah.gnu.org/gitweb/?p=dejagnu.git;a=commitdiff;h=9bebe7b9bfb9b02e5e4d86ad74e8ce3eb32a36b9;hp=50fbdd118dba066e201c73a8b0155381cd65a32d ("* COPYING: Update to GPL version 3.") (From OE-Core rev: 26b71cfb7815a096c5962629801cc3bc85147284) Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb b/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb
index 895f6d3b36..c6002d5e45 100644
--- a/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb
+++ b/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb
@@ -2,7 +2,7 @@ SUMMARY = "GNU unit testing framework, written in Expect and Tcl"
2DESCRIPTION = "DejaGnu is a framework for testing other programs. Its purpose \ 2DESCRIPTION = "DejaGnu is a framework for testing other programs. Its purpose \
3is to provide a single front end for all tests." 3is to provide a single front end for all tests."
4HOMEPAGE = "https://www.gnu.org/software/dejagnu/" 4HOMEPAGE = "https://www.gnu.org/software/dejagnu/"
5LICENSE = "GPL-2.0-only" 5LICENSE = "GPL-3.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7SECTION = "devel" 7SECTION = "devel"
8 8