summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb')
-rw-r--r--meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb b/meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb
index 10220ebc91..ce242c3593 100644
--- a/meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb
+++ b/meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb
@@ -1,11 +1,13 @@
1SUMMARY = "GNU unit testing framework, written in Expect and Tcl" 1SUMMARY = "GNU unit testing framework, written in Expect and Tcl"
2DESCRIPTION = "DejaGnu is a framework for testing other programs. Its purpose \ 2DESCRIPTION = "DejaGnu is a framework for testing other programs. Its purpose \
3is to provide a single front end for all tests." 3is to provide a single front end for all tests."
4HOMEPAGE = "https://www.gnu.org/software/dejagnu/"
4LICENSE = "GPLv2" 5LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6SECTION = "devel" 7SECTION = "devel"
7 8
8DEPENDS += "expect-native" 9DEPENDS += "expect-native"
10RDEPENDS_${PN} = "expect"
9 11
10inherit autotools 12inherit autotools
11 13