blob: 10220ebc917de1c829480f97faf80e8d3da4d215 [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."
Brad Bishop79641f22019-09-10 07:20:22 -04004LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6SECTION = "devel"
7
8DEPENDS += "expect-native"
9
10inherit autotools
11
12SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
13
14SRC_URI[md5sum] = "e1b07516533f351b3aba3423fafeffd6"
15SRC_URI[sha256sum] = "0d0671e1b45189c5fc8ade4b3b01635fb9eeab45cf54f57db23e4c4c1a17d261"
16
17BBCLASSEXTEND = "native"