summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/md5deep/files/wrong-variable-expansion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/md5deep/files/wrong-variable-expansion.patch')
-rw-r--r--meta-oe/recipes-extended/md5deep/files/wrong-variable-expansion.patch26
1 files changed, 5 insertions, 21 deletions
diff --git a/meta-oe/recipes-extended/md5deep/files/wrong-variable-expansion.patch b/meta-oe/recipes-extended/md5deep/files/wrong-variable-expansion.patch
index 3a4c4f4c2..73c6cb126 100644
--- a/meta-oe/recipes-extended/md5deep/files/wrong-variable-expansion.patch
+++ b/meta-oe/recipes-extended/md5deep/files/wrong-variable-expansion.patch
@@ -1,6 +1,8 @@
1--- a/configure.ac 2014-08-22 12:22:54.290884351 +0200 1Index: git/configure.ac
2+++ b/configure.ac 2014-08-22 12:23:15.822306295 +0200 2===================================================================
3@@ -42,18 +42,6 @@ 3--- git.orig/configure.ac
4+++ git/configure.ac
5@@ -42,18 +42,6 @@ case $host in
4 ;; 6 ;;
5 esac 7 esac
6 8
@@ -19,21 +21,3 @@
19 # 21 #
20 # 22 #
21 ################################################################ 23 ################################################################
22@@ -71,7 +59,7 @@
23
24 if test $mingw = "no" ; then
25 # add the warnings we don't want to do on mingw
26- $WARNINGS_TO_TEST="$WARNINGS_TO_TEST -Wall -Wstrict-prototypes -Weffc++"
27+ WARNINGS_TO_TEST="$WARNINGS_TO_TEST -Wall -Wstrict-prototypes -Weffc++"
28 fi
29
30 for option in $WARNINGS_TO_TEST
31@@ -105,7 +93,7 @@
32
33 if test $mingw = "no" ; then
34 # add the warnings we don't want to do on mingw
35- $WARNINGS_TO_TEST="$WARNINGS_TO_TEST -Weffc++"
36+ WARNINGS_TO_TEST="$WARNINGS_TO_TEST -Weffc++"
37 fi
38
39 for option in $WARNINGS_TO_TEST