xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunDESCRIPTION = "CppUnit is the C++ port of the famous JUnit framework for unit testing. Test output is in XML for automatic testing and GUI based for supervised tests. "
2*4882a593SmuzhiyunHOMEPAGE = "http://www.freedesktop.org/wiki/Software/cppunit"
3*4882a593SmuzhiyunLICENSE = "LGPL-2.1-only"
4*4882a593SmuzhiyunSECTION = "libs"
5*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=b0e9ef921ff780eb328bdcaeebec3269"
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunSRC_URI = " \
8*4882a593Smuzhiyun    http://dev-www.libreoffice.org/src/cppunit-${PV}.tar.gz \
9*4882a593Smuzhiyun    file://0001-doc-Makefile.am-do-not-preserve-file-flags-when-copy.patch \
10*4882a593Smuzhiyun"
11*4882a593SmuzhiyunSRC_URI[md5sum] = "9dc669e6145cadd9674873e24943e6dd"
12*4882a593SmuzhiyunSRC_URI[sha256sum] = "89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7"
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuninherit autotools
15*4882a593Smuzhiyun
16*4882a593SmuzhiyunBBCLASSEXTEND = "native"
17