[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-78-gdcfda08
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-12-14 02:13:43
|
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 dcfda086d2b013b82e57f44bca156e5087a66581 (commit)
via 2ada45fe9bc9ff6fb763804358384b8096f088b7 (commit)
from 08025e48b5d2ed51c80df04b7e9156c6335e888c (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 dcfda086d2b013b82e57f44bca156e5087a66581
Author: Eric Jarrige <eri...@ar...>
Date: Fri Dec 14 03:18:20 2012 +0100
[BILDROOT] boost: copy author comment and signed-off into enclosed patch
commit 2ada45fe9bc9ff6fb763804358384b8096f088b7
Author: vic...@gm... <vic...@gm...>
Date: Wed Dec 12 12:31:24 2012 +0100
boost: bump to version 1.52.0
Signed-off-by: Victor Hiairrassary <vic...@gm...>
-----------------------------------------------------------------------
Summary of changes:
.../buildroot/2012.11/198-boost-bump-version.patch | 51 ++++++++++++++++++++
1 files changed, 51 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2012.11/198-boost-bump-version.patch
diff --git a/patches/buildroot/2012.11/198-boost-bump-version.patch b/patches/buildroot/2012.11/198-boost-bump-version.patch
new file mode 100644
index 0000000..86a42f2
--- /dev/null
+++ b/patches/buildroot/2012.11/198-boost-bump-version.patch
@@ -0,0 +1,51 @@
+I've bump boost version in buildroot mainline, but after 2012.11 release.
+
+Signed-off-by: Victor Hiairrassary <vic...@gm...>
+---
+diff -ruN buildroot.orig/package/boost/boost.mk buildroot/package/boost/boost.mk
+--- buildroot.orig/package/boost/boost.mk 2012-12-03 01:33:09.000000000 +0100
++++ buildroot/package/boost/boost.mk 2012-12-12 12:21:17.273204409 +0100
+@@ -4,7 +4,7 @@
+ #
+ #############################################################
+
+-BOOST_VERSION = 1.49.0
++BOOST_VERSION = 1.52.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,7 +15,7 @@
+ BOOST_DEPENDENCIES = bzip2 zlib
+
+ BOOST_FLAGS =
+-BOOST_WITHOUT_FLAGS = python
++BOOST_WITHOUT_FLAGS = python context
+
+ BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_CHRONO),,chrono)
+ BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_DATE_TIME),,date_time)
+@@ -86,3 +86,4 @@
+ endef
+
+ $(eval $(generic-package))
++
+diff -ruN buildroot.orig/package/boost/Config.in buildroot/package/boost/Config.in
+--- buildroot.orig/package/boost/Config.in 2012-12-03 01:33:09.000000000 +0100
++++ buildroot/package/boost/Config.in 2012-12-12 12:21:05.419820924 +0100
+@@ -1,9 +1,10 @@
+-comment "boost requires a toolchain with C++ support enabled"
+- depends on !BR2_INSTALL_LIBSTDCPP
++comment "boost requires a toolchain with C++ and large file support enabled"
++ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE
+
+ config BR2_PACKAGE_BOOST
+ bool "boost"
+ depends on BR2_INSTALL_LIBSTDCPP
++ depends on BR2_LARGEFILE
+ select BR2_PACKAGE_BZIP2
+ select BR2_PACKAGE_ZLIB
+ help
+@@ -86,3 +87,4 @@
+
+ endif
+
++
hooks/post-receive
--
armadeus
|