[libpng] downgrade to 1.6.8 for prevent warning message.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-multimedia / libpng / libpng / 0001-configure-lower-automake-requirement.patch
1 From fff7cbc01e061a235852f385866fe75fb17867e3 Mon Sep 17 00:00:00 2001
2 From: Valentin Popa <valentin.popa@intel.com>
3 Date: Tue, 26 Nov 2013 12:06:55 +0200
4 Subject: [PATCH] configure: lower automake requirement
5
6 We're not using parallel tests in OE-core yet
7
8 Signed-off-by: Valentin Popa <valentin.popa@intel.com>
9 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
10
11 Upstream-Status: Inapropriate [OE specific build hack]
12 ---
13  configure.ac | 2 +-
14  1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/configure.ac b/configure.ac
17 index 28200c3..fab2515 100644
18 --- a/configure.ac
19 +++ b/configure.ac
20 @@ -27,7 +27,7 @@ AC_CONFIG_MACRO_DIR([scripts])
21  # dist-xz requires automake 1.11 or later
22  # 1.12.2 fixes a security issue in 1.11.2 and 1.12.1
23  # 1.13 is required for parallel tests
24 -AM_INIT_AUTOMAKE([1.13 foreign dist-xz color-tests silent-rules subdir-objects])
25 +AM_INIT_AUTOMAKE([1.12.2 foreign dist-xz color-tests silent-rules subdir-objects])
26  # The following line causes --disable-maintainer-mode to be the default to
27  # configure, this is necessary because libpng distributions cannot rely on the
28  # time stamps of the autotools generated files being correct
29 -- 
30 1.8.3.2
31