diff options
Diffstat (limited to 'recipes/dejagnu/dejagnu_1.4.4.bb')
-rw-r--r-- | recipes/dejagnu/dejagnu_1.4.4.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/dejagnu/dejagnu_1.4.4.bb b/recipes/dejagnu/dejagnu_1.4.4.bb new file mode 100644 index 0000000000..9d5d7f740a --- /dev/null +++ b/recipes/dejagnu/dejagnu_1.4.4.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "GNU unit testing framework, written in Expect and Tcl" +LICENSE = "GPL" +SECTION = "devel" +PR = "r1" + +SRC_URI = "ftp://ftp.gnu.org/gnu/dejagnu/dejagnu-${PV}.tar.gz" + +inherit autotools + |