Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -7,6 +7,9 @@ Disable the new pngfix and png-fix-itxt tools: they take up space, fail
|
||||
to build on some oddball toolchain configurations and aren't
|
||||
expected/needed in a non-interactive embedded system.
|
||||
|
||||
[Julien: update for 1.6.25]
|
||||
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
|
||||
|
||||
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||
---
|
||||
Makefile.am | 2 +-
|
||||
@@ -32,7 +35,7 @@ index a66f6aa..4e67782 100644
|
||||
+++ b/Makefile.in
|
||||
@@ -104,7 +104,7 @@ check_PROGRAMS = pngtest$(EXEEXT) pngunknown$(EXEEXT) \
|
||||
pngstest$(EXEEXT) pngvalid$(EXEEXT) pngimage$(EXEEXT) \
|
||||
$(am__EXEEXT_1)
|
||||
pngcp$(EXEEXT) $(am__EXEEXT_1)
|
||||
@HAVE_CLOCK_GETTIME_TRUE@am__append_1 = timepng
|
||||
-bin_PROGRAMS = pngfix$(EXEEXT) png-fix-itxt$(EXEEXT)
|
||||
+bin_PROGRAMS =
|
||||
|
||||
@@ -12,6 +12,9 @@ Original patch by: Sonic Zhang <sonic.zhang@analog.com>
|
||||
[Gustavo: update for 1.6.22]
|
||||
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||
|
||||
[Julien: update for 1.6.25]
|
||||
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
|
||||
|
||||
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||
---
|
||||
Makefile.am | 2 +-
|
||||
@@ -22,7 +25,7 @@ diff --git a/Makefile.am b/Makefile.am
|
||||
index 3430dca..db6a7a2 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -236,7 +236,7 @@ contrib/tools/pngfix.o: pnglibconf.h
|
||||
@@ -245,7 +245,7 @@ contrib/tools/pngfix.o: pnglibconf.h
|
||||
# interfering with the symbol file format.
|
||||
SYMBOL_CFLAGS = -DPNGLIB_LIBNAME='PNG@PNGLIB_MAJOR@@PNGLIB_MINOR@_0'\
|
||||
-DPNGLIB_VERSION='@PNGLIB_VERSION@'\
|
||||
@@ -35,13 +38,13 @@ diff --git a/Makefile.in b/Makefile.in
|
||||
index 4e67782..5f468d9 100644
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -754,7 +754,7 @@ SUFFIXES = .chk .out
|
||||
@@ -766,7 +766,7 @@ SUFFIXES = .chk .out
|
||||
# interfering with the symbol file format.
|
||||
SYMBOL_CFLAGS = -DPNGLIB_LIBNAME='PNG@PNGLIB_MAJOR@@PNGLIB_MINOR@_0' \
|
||||
-DPNGLIB_VERSION='@PNGLIB_VERSION@' \
|
||||
- -DSYMBOL_PREFIX='$(SYMBOL_PREFIX)' -DPNG_NO_USE_READ_MACROS \
|
||||
+ -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS \
|
||||
-DPNG_BUILDING_SYMBOL_TABLE $(am__append_6)
|
||||
-DPNG_BUILDING_SYMBOL_TABLE $(am__append_7)
|
||||
|
||||
# EXT_LIST is a list of the possibly library directory extensions, this exists
|
||||
--
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# From http://sourceforge.net/projects/libpng/files/libpng16/1.6.23/
|
||||
md5 9b320a05ed4db1f3f0865c8a951fd9aa libpng-1.6.23.tar.xz
|
||||
sha1 4857fb8dbd5ca7ddacc40c183e340b9ffa34a097 libpng-1.6.23.tar.xz
|
||||
# From http://sourceforge.net/projects/libpng/files/libpng16/1.6.28/
|
||||
sha1 ff4dceadb15e2c929ad26283118d56f66f4a6cff libpng-1.6.28.tar.xz
|
||||
# Locally computed:
|
||||
sha256 d8d3ec9de6b5db740fefac702c37ffcf96ae46cb17c18c1544635a3852f78f7a libpng-1.6.28.tar.xz
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBPNG_VERSION = 1.6.23
|
||||
LIBPNG_VERSION = 1.6.28
|
||||
LIBPNG_SERIES = 16
|
||||
LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz
|
||||
LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/$(LIBPNG_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user