[oe-commits] Koen Kooi : check: add 0.9.5 (from poky)

git version control git at git.openembedded.org
Mon Jun 1 13:42:17 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0ec338fb847f38ada621fe7fa9ccfe8a0a4786de
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ec338fb847f38ada621fe7fa9ccfe8a0a4786de

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun May 31 16:26:34 2009 +0200

check: add 0.9.5 (from poky)

---

 recipes/check/check_0.9.5.bb            |   14 ++++++++++++++
 recipes/check/files/configure_fix.patch |   12 ++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/recipes/check/check_0.9.5.bb b/recipes/check/check_0.9.5.bb
new file mode 100644
index 0000000..45864ea
--- /dev/null
+++ b/recipes/check/check_0.9.5.bb
@@ -0,0 +1,14 @@
+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"
diff --git a/recipes/check/files/configure_fix.patch b/recipes/check/files/configure_fix.patch
new file mode 100644
index 0000000..3e79319
--- /dev/null
+++ b/recipes/check/files/configure_fix.patch
@@ -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





More information about the Openembedded-commits mailing list