aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cppunit/cppunit_1.12.1.bb
blob: da0fcfa60a9a903a9e2aaa200989442924a0dc2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# cppunit OE build file
# Copyright (C) 2005, Koninklijke Philips Electronics NV.  All Rights Reserved
# Released under the MIT license (see packages/COPYING)

DESCRIPTION = "Unit Testing Library for C++"
HOMEPAGE = "http://cppunit.sourceforge.net/"
LICENSE = "LGPL"
SECTION = "devel"
PR = "r1"

SRC_URI = "${SOURCEFORGE_MIRROR}/cppunit/cppunit-${PV}.tar.gz"

inherit autotools_stage binconfig

CXXFLAGS_powerpc += "-lstdc++"