dejagnu: recipe taken from openembedded

Signed-off-by: Krzysztof Sywula <krzysztof.m.sywula@intel.com>
This commit is contained in:
Krzysztof Sywula 2014-04-10 14:19:28 +01:00 committed by Martin Jansa
parent 7f9e810cb6
commit 0f56bc4e28

View File

@ -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"