Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | DESCRIPTION = "CUnit is a C framework for unit testing. Test output supports comandline and GUI results reporting" |
| 2 | HOMEPAGE = "http://cunit.sourceforge.net" |
| 3 | LICENSE = "LGPL-2.0" |
| 4 | SECTION = "libs" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7734aa853b85d6f935466f081490ddbb" |
| 6 | |
| 7 | S = "${WORKDIR}/CUnit-${PV}" |
| 8 | |
| 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/cunit/CUnit/${PV}/CUnit-${PV}.tar.bz2 \ |
| 10 | file://fixup-install-docdir.patch" |
| 11 | SRC_URI[md5sum] = "b5f1a9f6093869c070c6e4a9450cc10c" |
| 12 | SRC_URI[sha256sum] = "f5b29137f845bb08b77ec60584fdb728b4e58f1023e6f249a464efa49a40f214" |
| 13 | |
| 14 | inherit autotools-brokensep remove-libtool |
| 15 | |
| 16 | EXTRA_OECONF = "--enable-memtrace --enable-automated --enable-basic --enable-console" |
| 17 | |
| 18 | FILES_${PN}-dev += "${datadir}/CUnit" |
| 19 | FILES_${PN}-doc += "${docdir}" |