summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dejagnu/dejagnu_1.5.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
commitc527fd1f14c27855a37f2e8ac5346ce8d940ced2 (patch)
treebb002c1fdf011c41dbd2f0927bed23ecb5f83c97 /meta/recipes-devtools/dejagnu/dejagnu_1.5.bb
downloadpoky-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-devtools/dejagnu/dejagnu_1.5.bb')
-rw-r--r--meta/recipes-devtools/dejagnu/dejagnu_1.5.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dejagnu/dejagnu_1.5.bb b/meta/recipes-devtools/dejagnu/dejagnu_1.5.bb
new file mode 100644
index 0000000000..fa2f372d14
--- /dev/null
+++ b/meta/recipes-devtools/dejagnu/dejagnu_1.5.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "dejagnu tests tool."
2HOMEPAGE = "http://www.gnu.org/software/dejagnu/"
3LICENSE="GPLv3+"
4SECTION = "devel"
5
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7PR = "r1"
8
9RDEPENDS_${PN} = "expect"
10
11SRC_URI = "${GNU_MIRROR}/dejagnu/dejagnu-${PV}.tar.gz \
12 file://remove-expect-tcl-dependency.patch \
13 "
14
15SRC_URI[md5sum] = "3df1cbca885e751e22d3ebd1ac64dc3c"
16SRC_URI[sha256sum] = "c8b45808357a6f3e32cd56d8b56a4fdf8a1d5f3818818045c2022993e0e8a3db"
17inherit autotools
18