mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
packages: check, uuid and xerces.
Add recipes for: updated check, 0.9.5 uuid 1.6.2 xerces-c 2.8.0
This commit is contained in:
19
meta/packages/check/check_0.9.5.bb
Normal file
19
meta/packages/check/check_0.9.5.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
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 pkgconfig
|
||||
|
||||
EXTRA_OECONF += "--enable-plain-docdir"
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
12
meta/packages/check/files/configure_fix.patch
Normal file
12
meta/packages/check/files/configure_fix.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: check-0.9.5/configure.ac
|
||||
===================================================================
|
||||
--- check-0.9.5.orig/configure.ac 2008-10-29 04:09:50.000000000 +0000
|
||||
+++ check-0.9.5/configure.ac 2008-10-29 04:10:06.000000000 +0000
|
||||
@@ -71,6 +71,7 @@
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_LN_S
|
||||
AC_PROG_LIBTOOL
|
||||
+AM_PROG_CC_C_O
|
||||
if test -n "$GCC"; then
|
||||
CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings"
|
||||
fi
|
||||
Reference in New Issue
Block a user