summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/jpeg/jpeg-8c/fix_for_automake_1.11.2.patch
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2012-05-13 21:37:03 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-24 08:51:42 +0100
commit24038ec86e825fc3a4f1ffc6c89b605becac0f36 (patch)
tree243c0b8736bd72258d4bc4405f81e461a0d3f074 /meta/recipes-core/jpeg/jpeg-8c/fix_for_automake_1.11.2.patch
parent319b6f2708bbf71adb518b832309e891cb9edfb1 (diff)
downloadpoky-24038ec86e825fc3a4f1ffc6c89b605becac0f36.tar.gz
jpeg: update to upstream version 8d
* fix_for_automake_1.11.2.patch removed as issue resolved upstream * Have README as license file instead of several source files that just refer to it (From OE-Core rev: 330173c75426aa38919091da9ae8a9e90de9e0e2) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/jpeg/jpeg-8c/fix_for_automake_1.11.2.patch')
-rw-r--r--meta/recipes-core/jpeg/jpeg-8c/fix_for_automake_1.11.2.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-core/jpeg/jpeg-8c/fix_for_automake_1.11.2.patch b/meta/recipes-core/jpeg/jpeg-8c/fix_for_automake_1.11.2.patch
deleted file mode 100644
index c0d7f3e891..0000000000
--- a/meta/recipes-core/jpeg/jpeg-8c/fix_for_automake_1.11.2.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1Upstream-Status: Pending
2
3The support for automatic de-ANSI-fication has been deprecated in
4automake 1.11.2, and will be removed altogether in automake 1.12
5
6This avoids this error:
7| configure.ac:24: automatic de-ANSI-fication support is deprecated
8| autoreconf: automake failed with exit status: 1
9| ERROR: autoreconf execution failed.
10NOTE: package jpeg-native-8c-r2: task do_configure: Failed
11
12Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
132011/12/28
14
15
16Index: jpeg-8c/configure.ac
17===================================================================
18--- jpeg-8c.orig/configure.ac
19+++ jpeg-8c/configure.ac
20@@ -21,7 +21,7 @@ AC_CANONICAL_TARGET
21
22 # Initialize Automake
23 # Don't require all the GNU mandated files
24-AM_INIT_AUTOMAKE([-Wall -Werror ansi2knr no-dist foreign])
25+AM_INIT_AUTOMAKE([-Wall -Werror no-dist foreign])
26
27 # Make --enable-silent-rules the default.
28 # To get verbose build output you may configure