mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
1c71c2db40
Adds a new recipe for building the CUnit test framework libraries Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
20 lines
746 B
BlitzBasic
20 lines
746 B
BlitzBasic
DESCRIPTION = "CUnit is a C framework for unit testing. Test output supports comandline and GUI results reporting"
|
|
HOMEPAGE = "http://cunit.sourceforge.net"
|
|
LICENSE = "LGPL-2.0"
|
|
SECTION = "libs"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=7734aa853b85d6f935466f081490ddbb"
|
|
|
|
S = "${WORKDIR}/CUnit-${PV}"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/project/cunit/CUnit/${PV}/CUnit-${PV}.tar.bz2 \
|
|
file://fixup-install-docdir.patch"
|
|
SRC_URI[md5sum] = "b5f1a9f6093869c070c6e4a9450cc10c"
|
|
SRC_URI[sha256sum] = "f5b29137f845bb08b77ec60584fdb728b4e58f1023e6f249a464efa49a40f214"
|
|
|
|
inherit autotools-brokensep
|
|
|
|
EXTRA_OECONF = "--enable-memtrace --enable-automated --enable-basic --enable-console"
|
|
|
|
FILES_${PN}-dev += "${datadir}/CUnit"
|
|
FILES_${PN}-doc += "${docdir}"
|