summaryrefslogtreecommitdiff
path: root/package/boost
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-13 19:32:03 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-13 19:34:51 +0100
commitb05366d468fa2a20d60e515832c79e9dadde8cee (patch)
treeb7672467a6f3e3d83b1777cae608c1c25e8d36dd /package/boost
parent8fcefa306e3f7a995705461dd6d9fb36423b3d02 (diff)
boost: update to latest stable version
Diffstat (limited to 'package/boost')
-rw-r--r--package/boost/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/package/boost/Makefile b/package/boost/Makefile
index 3ed81afc5..dd08b0f34 100644
--- a/package/boost/Makefile
+++ b/package/boost/Makefile
@@ -4,10 +4,10 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= boost
-PKG_VERSION:= 1.59.0
-PKG_EXTRAVER:= 1_59
+PKG_VERSION:= 1.60.0
+PKG_EXTRAVER:= 1_60
PKG_RELEASE:= 1
-PKG_HASH:= 47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac
+PKG_HASH:= 21ef30e7940bc09a0b77a6e59a8eee95f01a766aa03cdfa02f8e167491716ee4
PKG_DESCR:= portable c++ library
PKG_SECTION:= libs/misc
PKG_BUILDDEP:= python2-host
@@ -57,6 +57,7 @@ CONFIGURE_ARGS+= --target=$(GNU_TARGET_NAME) \
--without-mpi \
--without-context \
--without-coroutine \
+ --without-coroutine2 \
--without-locale
ifneq (${ADK_PACKAGE_BOOST_IOSTREAMS},)
@@ -106,10 +107,10 @@ endif
ifeq ($(ADK_TARGET_ARCH),ppc)
BOOST_ARCH:= power
endif
-ifeq ($(ADK_CPU_MIPS_MIPS32),y)
+ifeq ($(ADK_CPU_MIPS32),y)
BOOST_ARCH:= mips32
endif
-ifeq ($(ADK_CPU_MIPS_MIPS32R2),y)
+ifeq ($(ADK_CPU_MIPS32R2),y)
BOOST_ARCH:= mips32r2
endif