Bump buildroot to 2019.02
This commit is contained in:
@@ -1,55 +0,0 @@
|
||||
From 473fdecd9a580b45251480b8ccbbb1927c598310 Mon Sep 17 00:00:00 2001
|
||||
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||
Date: Thu, 26 May 2016 16:27:13 -0300
|
||||
Subject: [PATCH] Don't append prefix to symbol names in version script
|
||||
|
||||
Even if Blackfin GNU toolchain add prefix '_' to all symbols,
|
||||
symbol prefix is not accepted in the link flag --version-script.
|
||||
Don't append prefix in the symbols in the version script file.
|
||||
|
||||
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>
|
||||
|
||||
[Bernd: update for 1.6.29]
|
||||
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
||||
|
||||
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||
---
|
||||
Makefile.am | 2 +-
|
||||
Makefile.in | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 3430dca..db6a7a2 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -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@'\
|
||||
- -DSYMBOL_PREFIX='$(SYMBOL_PREFIX)'\
|
||||
+ -DSYMBOL_PREFIX=''\
|
||||
-DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE
|
||||
|
||||
if DO_PNG_PREFIX
|
||||
diff --git a/Makefile.in b/Makefile.in
|
||||
index 4e67782..5f468d9 100644
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -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_9)
|
||||
|
||||
# EXT_LIST is a list of the possibly library directory extensions, this exists
|
||||
--
|
||||
2.7.3
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# From http://sourceforge.net/projects/libpng/files/libpng16/1.6.34/
|
||||
md5 c05b6ca7190a5e387b78657dbe5536b2 libpng-1.6.34.tar.xz
|
||||
sha1 45de4ec996ffcc3e18037e7c128abe95f4d0292a libpng-1.6.34.tar.xz
|
||||
|
||||
# From https://sourceforge.net/projects/libpng/files/libpng16/1.6.36/
|
||||
md5 df2be2d29c40937fe1f5349b16bc2826 libpng-1.6.36.tar.xz
|
||||
sha1 aec9548c8319104226cc4c31d1f5e524f1b55295 libpng-1.6.36.tar.xz
|
||||
# Locally computed:
|
||||
sha256 2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6 libpng-1.6.34.tar.xz
|
||||
sha256 a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c LICENSE
|
||||
sha256 eceb924c1fa6b79172fdfd008d335f0e59172a86a66481e09d4089df872aa319 libpng-1.6.36.tar.xz
|
||||
sha256 142da07fb4b0cceb861b2e69fe7e5b602f25ec7adc85b0a426133d9ee0d2e116 LICENSE
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBPNG_VERSION = 1.6.34
|
||||
LIBPNG_VERSION = 1.6.36
|
||||
LIBPNG_SERIES = 16
|
||||
LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz
|
||||
LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/$(LIBPNG_VERSION)
|
||||
LIBPNG_LICENSE = Libpng
|
||||
LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng$(LIBPNG_SERIES)/$(LIBPNG_VERSION)
|
||||
LIBPNG_LICENSE = Libpng-2.0
|
||||
LIBPNG_LICENSE_FILES = LICENSE
|
||||
LIBPNG_INSTALL_STAGING = YES
|
||||
LIBPNG_DEPENDENCIES = host-pkgconf zlib
|
||||
|
||||
Reference in New Issue
Block a user