blob: b7b30f20bde5e7a72f73735401b3657cc4931daa (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "GNU unit testing framework, written in Expect and Tcl"
LICENSE = "GPL"
SECTION = "devel"
FILE_PR = "r1"
SRC_URI = "ftp://ftp.gnu.org/gnu/dejagnu/dejagnu-${PV}.tar.gz"
inherit autotools
|