summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dejagnu
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2019-09-03 16:56:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-06 12:45:47 +0100
commitf7194f29ce1b94782f9eae376456b149e2648e77 (patch)
treed0ec6cb955096c0412bc473f0177c279c24aa13d /meta/recipes-devtools/dejagnu
parentc4569ec7bab58ed891c41438e2df45318d1b87c2 (diff)
downloadpoky-f7194f29ce1b94782f9eae376456b149e2648e77.tar.gz
dejagnu: Add dejagnu for binutils/gcc test suites
The binutils and gcc test suites use dejagnu for execution. Copy the dejagnu recipe from meta-oe, and update it to 1.6.2. (From OE-Core rev: 72692268b0c578450b568cfc2527098673c1dbe0) Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dejagnu')
-rw-r--r--meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb15
1 files changed, 15 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
new file mode 100644
index 0000000000..7dc4e417f6
--- /dev/null
+++ b/meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb
@@ -0,0 +1,15 @@
1SUMMARY = "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"