mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
check: Drop old version and use autotools_stage
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
DESCRIPTION = "a unit test framework for C"
|
||||
LICENSE = "LGPL"
|
||||
PRIORITY = "optional"
|
||||
SECTION = "devel"
|
||||
|
||||
PR="r1"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz"
|
||||
S = "${WORKDIR}/check-${PV}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF += "--enable-plain-docdir"
|
||||
|
||||
do_stage() {
|
||||
|
||||
install -m 0644 ${S}/src/check.h ${STAGING_INCDIR}/check.h
|
||||
oe_libinstall -a -C src libcheck ${STAGING_LIBDIR}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
|
||||
file://configure_fix.patch;patch=1"
|
||||
S = "${WORKDIR}/check-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
inherit autotools_stage pkgconfig
|
||||
|
||||
EXTRA_OECONF += "--enable-plain-docdir"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user