summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/cppunit
Commit message (Collapse)AuthorAgeFilesLines
* Drop unnecessary SRC_URI md5sum from the recipes in meta-oe.J. S.2024-11-051-1/+0
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppunit: add support for native versionAdrian Herrera2021-01-141-0/+2
| | | | | | | | | This is useful for native tools relying on CppUnit to test their functionality. Signed-off-by: Adrian Herrera <adrian.herrera@arm.com> Change-Id: I9f6bfcbddf3a67696395eb1061352b9ca1cd7036 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppunit: upgrade 1.14.0 -> 1.15.1Andreas Müller2019-12-291-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppunit: fix patch fuzz warningAndreas Müller2019-03-281-6/+3
| | | | | | | | | | Applying patch 0001-doc-Makefile.am-do-not-preserve-file-flags-when-copy.patch | patching file doc/Makefile.am | Hunk #1 succeeded at 8 with fuzz 2 (offset -14 lines). Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppunit: update to 1.14.0Oleksandr Kravchuk2019-03-191-3/+3
| | | | | | | | License checksum has been changed due to the minor indentation change in the COPYING file. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppunit: move to recipes-testArmin Kuster2018-03-012-0/+45
Signed-off-by: Armin Kuster <akuster808@gmail.com>