Bump buildroot to 2019.02
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
config BR2_PACKAGE_UNIXODBC
|
||||
bool "unixodbc"
|
||||
depends on !BR2_STATIC_LIBS # dlopen()
|
||||
help
|
||||
The unixODBC Project goals are to develop and promote
|
||||
unixODBC to be the definitive standard for ODBC on non MS
|
||||
Windows platforms.
|
||||
|
||||
http://www.unixodbc.org
|
||||
|
||||
comment "unixodbc needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
# From ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.4.tar.gz.md5
|
||||
md5 bd25d261ca1808c947cb687e2034be81 unixODBC-2.3.4.tar.gz
|
||||
# From ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.6.tar.gz.md5
|
||||
md5 a8629fd2953b04b4639d0a9d8a5cf9d1 unixODBC-2.3.6.tar.gz
|
||||
# Locally computed
|
||||
sha256 2e1509a96bb18d248bf08ead0d74804957304ff7c6f8b2e5965309c632421e39 unixODBC-2.3.4.tar.gz
|
||||
sha256 88b637f647c052ecc3861a3baa275c3b503b193b6a49ff8c28b2568656d14d69 unixODBC-2.3.6.tar.gz
|
||||
sha256 a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8 COPYING
|
||||
sha256 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4 exe/COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UNIXODBC_VERSION = 2.3.4
|
||||
UNIXODBC_VERSION = 2.3.6
|
||||
UNIXODBC_SOURCE = unixODBC-$(UNIXODBC_VERSION).tar.gz
|
||||
UNIXODBC_SITE = ftp://ftp.unixodbc.org/pub/unixODBC
|
||||
UNIXODBC_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user