aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/check
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-02-14 12:53:59 -0800
committerKhem Raj <raj.khem@gmail.com>2011-02-14 12:57:18 -0800
commit71514ed6068b5f38c570834a9bd93697bed3bb45 (patch)
tree3c33e4be1507aceee21107d40cec5ff5734d10ce /recipes/check
parent48752ac441812731398a49a1775b0f362adf8562 (diff)
downloadopenembedded-71514ed6068b5f38c570834a9bd93697bed3bb45.tar.gz
check_0.9.5.bb: Add patch to use quadrigraphs in macro names
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/check')
-rw-r--r--recipes/check/check_0.9.5.bb6
-rw-r--r--recipes/check/files/check-m4-am-path-check-use-quadrigraphs-in-macro-names-to-unbreak-autoconf.patch18
2 files changed, 22 insertions, 2 deletions
diff --git a/recipes/check/check_0.9.5.bb b/recipes/check/check_0.9.5.bb
index be5fb26b3b..7c34d696c3 100644
--- a/recipes/check/check_0.9.5.bb
+++ b/recipes/check/check_0.9.5.bb
@@ -3,10 +3,12 @@ LICENSE = "LGPL"
PRIORITY = "optional"
SECTION = "devel"
-PR = "r1"
+PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
- file://configure_fix.patch"
+ file://configure_fix.patch \
+ file://check-m4-am-path-check-use-quadrigraphs-in-macro-names-to-unbreak-autoconf.patch \
+ "
S = "${WORKDIR}/check-${PV}"
inherit autotools pkgconfig
diff --git a/recipes/check/files/check-m4-am-path-check-use-quadrigraphs-in-macro-names-to-unbreak-autoconf.patch b/recipes/check/files/check-m4-am-path-check-use-quadrigraphs-in-macro-names-to-unbreak-autoconf.patch
new file mode 100644
index 0000000000..61bdf1d42a
--- /dev/null
+++ b/recipes/check/files/check-m4-am-path-check-use-quadrigraphs-in-macro-names-to-unbreak-autoconf.patch
@@ -0,0 +1,18 @@
+Imported from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395466
+
+-Khem
+Index: check-0.9.5/check.m4
+===================================================================
+--- check-0.9.5.orig/check.m4
++++ check-0.9.5/check.m4
+@@ -4,8 +4,8 @@ dnl
+
+ AC_DEFUN([AM_PATH_CHECK],
+ [
+- AC_MSG_WARN([[AM_PATH_CHECK() is deprecated]])
+- AC_MSG_WARN([[use PKG_CHECK_MODULES([CHECK], [check >= 0.9.4]) instead]])
++ AC_MSG_WARN([A@&t@M_PATH_CHECK() is deprecated])
++ AC_MSG_WARN([[use P@&t@KG_CHECK_MODULES([CHECK], [check >= 0.9.4]) instead]])
+ AC_ARG_WITH([check],
+ [ --with-check=PATH prefix where check is installed [default=auto]])
+