blob: 0a007bb2cd4717152d2d757b489bbb54b25e13b3 [file] [log] [blame]
Brad Bishop79641f22019-09-10 07:20:22 -04001SUMMARY = "GNU unit testing framework, written in Expect and Tcl"
Brad Bishopf3f93bb2019-10-16 14:33:32 -04002DESCRIPTION = "DejaGnu is a framework for testing other programs. Its purpose \
3is to provide a single front end for all tests."
Andrew Geissler90fd73c2021-03-05 15:25:55 -06004HOMEPAGE = "https://www.gnu.org/software/dejagnu/"
Brad Bishop79641f22019-09-10 07:20:22 -04005LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7SECTION = "devel"
8
9DEPENDS += "expect-native"
10
11inherit autotools
12
13SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
14
15SRC_URI[md5sum] = "e1b07516533f351b3aba3423fafeffd6"
16SRC_URI[sha256sum] = "0d0671e1b45189c5fc8ade4b3b01635fb9eeab45cf54f57db23e4c4c1a17d261"
17
18BBCLASSEXTEND = "native"