[oe-commits] Krzysztof Sywula : dejagnu: recipe taken from openembedded

git at git.openembedded.org git at git.openembedded.org
Sun Apr 20 12:04:12 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: fbbbc881f155bc70df5fe403c992c4a37b3a3037
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=fbbbc881f155bc70df5fe403c992c4a37b3a3037

Author: Krzysztof Sywula <krzysztof.m.sywula at intel.com>
Date:   Thu Apr 10 14:19:28 2014 +0100

dejagnu: recipe taken from openembedded

Signed-off-by: Krzysztof Sywula <krzysztof.m.sywula at intel.com>

---

 meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb b/meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb
new file mode 100644
index 0000000..f5fe9b9
--- /dev/null
+++ b/meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb
@@ -0,0 +1,13 @@
+SUMMARY = "GNU unit testing framework, written in Expect and Tcl"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
+SECTION = "devel"
+
+inherit autotools
+
+SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
+
+SRC_URI[md5sum] = "053f18fd5d00873de365413cab17a666"
+SRC_URI[sha256sum] = "d0fbedef20fb0843318d60551023631176b27ceb1e11de7468a971770d0e048d"
+
+BBCLASSEXTEND = "native"



More information about the Openembedded-commits mailing list