mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
libcheck: upgrade to version 0.9.8
from 0.9.5 moved from meta-moblin to meta renamed to libcheck for clarity changes: - --enable-plain-docdir is obsolete - remove the unnessary patch Signed-off-by: Saul Wold <saul.wold@intel.com> Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
16
meta/packages/libcheck/libcheck_0.9.8.bb
Normal file
16
meta/packages/libcheck/libcheck_0.9.8.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
DESCRIPTION = "Check Test Framework"
|
||||
HOMEPAGE = "http://gitorious.org/opensuse/zypper"
|
||||
PRIORITY = "optional"
|
||||
SECTION = "devel"
|
||||
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz"
|
||||
S = "${WORKDIR}/check-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
RREPLACES_${PN} = "check (<= 0.9.5)"
|
||||
Reference in New Issue
Block a user