summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/parted/files/no_check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/parted/files/no_check.patch')
-rw-r--r--meta/recipes-extended/parted/files/no_check.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-extended/parted/files/no_check.patch b/meta/recipes-extended/parted/files/no_check.patch
index 58d8db4426..e6a26d11a5 100644
--- a/meta/recipes-extended/parted/files/no_check.patch
+++ b/meta/recipes-extended/parted/files/no_check.patch
@@ -5,12 +5,12 @@ it to be disabled.
5 5
6RP - 4/11/08 6RP - 4/11/08
7 7
8Index: parted-1.9.0/configure.ac 8Index: parted-3.2/configure.ac
9=================================================================== 9===================================================================
10--- parted-1.9.0.orig/configure.ac 2009-07-23 18:52:08.000000000 +0100 10--- parted-3.2.orig/configure.ac
11+++ parted-1.9.0/configure.ac 2010-02-02 14:13:56.013905093 +0000 11+++ parted-3.2/configure.ac
12@@ -477,7 +477,7 @@ 12@@ -555,7 +555,7 @@ AC_CHECK_HEADER([execinfo.h], [
13 AM_CONDITIONAL([BUILD_LINUX], [test "$OS" = linux]) 13 AM_CONDITIONAL([COMPILE_FOR_S390], [test "$host_cpu" = s390 || test "$host_cpu" = s390x])
14 14
15 dnl check for "check", unit testing library/header 15 dnl check for "check", unit testing library/header
16-PKG_CHECK_MODULES([CHECK], [check >= 0.9.3], have_check=yes, have_check=no) 16-PKG_CHECK_MODULES([CHECK], [check >= 0.9.3], have_check=yes, have_check=no)