Browse Source

boost: update to latest stable version

Waldemar Brodkorb 8 years ago
parent
commit
1afbde8eb9
2 changed files with 4 additions and 14 deletions
  1. 4 3
      package/boost/Makefile
  2. 0 11
      package/boost/patches/patch-tools_build_src_tools_gcc_jam

+ 4 - 3
package/boost/Makefile

@@ -4,13 +4,14 @@
 include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		boost
-PKG_VERSION:=		1.58.0
-PKG_EXTRAVER:=		1_58
+PKG_VERSION:=		1.59.0
+PKG_EXTRAVER:=		1_59
 PKG_RELEASE:=		1
-PKG_HASH:=		a004d9b3fa95e956383693b86fce1b68805a6f71c2e68944fa813de0fb8c8102
+PKG_HASH:=		47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac
 PKG_DESCR:=		portable c++ library
 PKG_SECTION:=		libs/misc
 PKG_BUILDDEP:=		python2-host
+PKG_NEEDS:=		c++
 PKG_URL:=		http://www.boost.org/
 PKG_SITES:=		${MASTER_SITE_SOURCEFORGE:=boost/}
 PKG_OPTS:=		dev

+ 0 - 11
package/boost/patches/patch-tools_build_src_tools_gcc_jam

@@ -1,11 +0,0 @@
---- boost_1_58_0.orig/tools/build/src/tools/gcc.jam	2015-04-04 19:25:07.000000000 +0200
-+++ boost_1_58_0/tools/build/src/tools/gcc.jam	2015-11-03 20:58:00.000000000 +0100
-@@ -451,7 +451,7 @@ rule setup-address-model ( targets * : s
-         else
-         {
-             local arch = [ feature.get-values architecture : $(properties) ] ;
--            if $(arch) != arm
-+            if $(arch) = power || $(arch) = sparc || $(arch) = x86
-             {
-                 if $(model) = 32
-                 {