mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
15 lines
325 B
BlitzBasic
15 lines
325 B
BlitzBasic
DESCRIPTION = "a unit test framework for C"
|
|
LICENSE = "LGPL"
|
|
PRIORITY = "optional"
|
|
SECTION = "devel"
|
|
|
|
PR = "r1"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
|
|
file://configure_fix.patch;patch=1"
|
|
S = "${WORKDIR}/check-${PV}"
|
|
|
|
inherit autotools_stage pkgconfig
|
|
|
|
EXTRA_OECONF += "--enable-plain-docdir"
|