[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-234-g9b3c705
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-05-07 11:51:03
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 9b3c7050bc02dc6b1782e997d629ee81bd82ce64 (commit)
from dab0b2ea64def5c97312ccdd8c321a53bd19cbe1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9b3c7050bc02dc6b1782e997d629ee81bd82ce64
Author: Victor Hiairrassary <vic...@gm...>
Date: Mon Apr 22 10:16:56 2013 +0200
boost: bump version to 1.53.0
Signed-off-by: Victor Hiairrassary <vic...@gm...>
-----------------------------------------------------------------------
Summary of changes:
.../2013.02/202-boost-bump-version-to-1.53.0.patch | 43 ++++++++++++++++++++
1 files changed, 43 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2013.02/202-boost-bump-version-to-1.53.0.patch
diff --git a/patches/buildroot/2013.02/202-boost-bump-version-to-1.53.0.patch b/patches/buildroot/2013.02/202-boost-bump-version-to-1.53.0.patch
new file mode 100644
index 0000000..48f2e0c
--- /dev/null
+++ b/patches/buildroot/2013.02/202-boost-bump-version-to-1.53.0.patch
@@ -0,0 +1,43 @@
+bump boost to 1.53.0
+
+Signed-off-by: Victor Hiairrassary <vic...@gm...>
+
+diff -ru buildroot.orig/package/boost/Config.in buildroot/package/boost/Config.in
+--- buildroot.orig/package/boost/Config.in 2013-03-12 19:51:11.717457000 +0100
++++ buildroot/package/boost/Config.in 2013-04-13 14:30:52.427725732 +0200
+@@ -21,6 +21,9 @@
+ config BR2_PACKAGE_BOOST_CHRONO
+ bool "boost-chrono"
+
++config BR2_PACKAGE_BOOST_CONTEXT
++ bool "boost-context"
++
+ config BR2_PACKAGE_BOOST_DATE_TIME
+ bool "boost-date_time"
+
+diff -ru buildroot.orig/package/boost/boost.mk buildroot/package/boost/boost.mk
+--- buildroot.orig/package/boost/boost.mk 2013-03-12 19:51:11.717457000 +0100
++++ buildroot/package/boost/boost.mk 2013-04-13 14:31:18.794472415 +0200
+@@ -4,7 +4,7 @@
+ #
+ #############################################################
+
+-BOOST_VERSION = 1.52.0
++BOOST_VERSION = 1.53.0
+ BOOST_FILE_VERSION = $(subst .,_,$(BOOST_VERSION))
+ BOOST_SOURCE = boost_$(BOOST_FILE_VERSION).tar.bz2
+ BOOST_SITE = http://downloads.sourceforge.net/project/boost/boost/$(BOOST_VERSION)
+@@ -15,9 +15,12 @@
+ BOOST_DEPENDENCIES = bzip2 zlib
+
+ BOOST_FLAGS =
+-BOOST_WITHOUT_FLAGS = python context
++
++# atomic library compile only with upstream version, wait for next release
++BOOST_WITHOUT_FLAGS = python atomic
+
+ BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_CHRONO),,chrono)
++BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_CONTEXT),,context)
+ BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_DATE_TIME),,date_time)
+ BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_EXCEPTION),,exception)
+ BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_FILESYSTEM),,filesystem)
hooks/post-receive
--
armadeus
|