[oe-commits] Jeremy Lainé : boost-1.36.0: disable boost-serialization, it fails on powerpc

GIT User account git at amethyst.openembedded.net
Sat Oct 18 12:29:36 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 58774ccd9fd50634d01536d81afe24b2571dfa7e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=58774ccd9fd50634d01536d81afe24b2571dfa7e

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Sat Oct 18 14:28:23 2008 +0200

boost-1.36.0: disable boost-serialization, it fails on powerpc

---

 packages/boost/boost-36.inc    |   22 ++++++++++------------
 packages/boost/boost_1.36.0.bb |    2 +-
 2 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/packages/boost/boost-36.inc b/packages/boost/boost-36.inc
index 62dc504..3ccb66f 100644
--- a/packages/boost/boost-36.inc
+++ b/packages/boost/boost-36.inc
@@ -22,16 +22,24 @@ BOOST_LIBS = "\
 	iostreams \
 	program_options \
 	regex \
-	serialization \
 	signals \
 	system \
 	test \
 	thread \
 	"
 
+# FIXME: for some reason this fails on powerpc
+#BOOST_LIBS += "serialization"
+
+# To enable python, uncomment the following:
+#BOOST_LIBS += "python"
+#DEPENDS += "python"
+#PYTHON_ROOT = "${STAGING_DIR_HOST}/${layout_prefix}"
+#PYTHON_VERSION = "2.5"
+
 S = "${WORKDIR}/${BOOST_P}"
 
-# Make a package for each library, plus -dev and -python
+# Make a package for each library, plus -dev
 PACKAGES = "${PN}-dbg ${BOOST_PACKAGES}"
 python __anonymous () {
 	import bb
@@ -54,16 +62,6 @@ FILES_boost-serialization = "${libdir}/libboost_serialization*.so* \
 FILES_boost-test = "${libdir}/libboost_prg_exec_monitor*.so \
 	${libdir}/libboost_unit_test_framework*.so*"
 
-# Python - remove this and set:
-#PYTHON_ROOT = "/dev/null"
-# to remove the python build
-DEPENDS += "python"
-PYTHON_ROOT = "${STAGING_DIR_HOST}/${layout_prefix}"
-PYTHON_VERSION = "2.5"
-
-PACKAGES += "boost-python"
-FILES_boost-python = "${libdir}/libboost_python*.so*"
-
 # -dev last to pick up the remaining stuff
 PACKAGES += "${PN}-dev"
 FILES_${PN}-dev = "${includedir} ${libdir}/libboost_*.so ${libdir}/libboost_*.a"
diff --git a/packages/boost/boost_1.36.0.bb b/packages/boost/boost_1.36.0.bb
index fdc3136..17fddb0 100644
--- a/packages/boost/boost_1.36.0.bb
+++ b/packages/boost/boost_1.36.0.bb
@@ -2,7 +2,7 @@ include boost-36.inc
 
 DEFAULT_PREFERENCE = "-1"
 
-FILE_PR = "r2"
+FILE_PR = "r3"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \
            file://arm-intrinsics.patch;patch=1 \





More information about the Openembedded-commits mailing list