vdr: fix dependency for libintl
[openembedded.git] / recipes / check / check_0.9.5.bb
blob45864ea4cb91be0ff98420014005a074219a0404
1 DESCRIPTION = "a unit test framework for C"
2 LICENSE = "LGPL"
3 PRIORITY = "optional"
4 SECTION = "devel"
6 PR = "r1"
8 SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
9 file://configure_fix.patch;patch=1"
10 S = "${WORKDIR}/check-${PV}"
12 inherit autotools_stage pkgconfig
14 EXTRA_OECONF += "--enable-plain-docdir"