blob: 7dc4e417f6eb311b0f66c3252db06eea3c891ac2 [file] [log] [blame]
Brad Bishop79641f22019-09-10 07:20:22 -04001SUMMARY = "GNU unit testing framework, written in Expect and Tcl"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
4SECTION = "devel"
5
6DEPENDS += "expect-native"
7
8inherit autotools
9
10SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
11
12SRC_URI[md5sum] = "e1b07516533f351b3aba3423fafeffd6"
13SRC_URI[sha256sum] = "0d0671e1b45189c5fc8ade4b3b01635fb9eeab45cf54f57db23e4c4c1a17d261"
14
15BBCLASSEXTEND = "native"