[oe-commits] : boost.inc: Fixed python version - re-enables compiling boost_python.

OE GIT Trial gittrial at amethyst.openembedded.net
Fri Aug 29 10:27:09 UTC 2008


Module: OE.dev
Branch: master
Commit: d918128d9a47c88a730a568a444708b8ec0653f1
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=d918128d9a47c88a730a568a444708b8ec0653f1

Author:  <thebohemian at openembedded.org>
Date:   Fri Aug 22 22:46:44 2008 +0000

boost.inc: Fixed python version - re-enables compiling boost_python.
boost 1.33.0: Raised PR.
boost 1.33.1: Raised PR.

---

 packages/boost/boost.inc       |    4 ++--
 packages/boost/boost_1.33.0.bb |    2 ++
 packages/boost/boost_1.33.1.bb |    2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/packages/boost/boost.inc b/packages/boost/boost.inc
index 4458f36..80635b0 100644
--- a/packages/boost/boost.inc
+++ b/packages/boost/boost.inc
@@ -61,8 +61,8 @@ FILES_boost-wserialization = "${libdir}/libboost_wserialization.so.${PV}"
 #PYTHON_ROOT = "/dev/null"
 # to remove the python build
 DEPENDS += "python"
-PYTHON_ROOT = "${STAGING_DIR_HOST}"
-PYTHON_VERSION = "2.4"
+PYTHON_ROOT = "${STAGING_DIR_HOST}/${layout_prefix}"
+PYTHON_VERSION = "2.5"
 
 BOOSTLIBS += "boost-python"
 FILES_boost-python = "${libdir}/libboost_python.so.${PV}"
diff --git a/packages/boost/boost_1.33.0.bb b/packages/boost/boost_1.33.0.bb
index f910924..520cf43 100644
--- a/packages/boost/boost_1.33.0.bb
+++ b/packages/boost/boost_1.33.0.bb
@@ -1,5 +1,7 @@
 include boost.inc
 
+PR = "r1"
+
 SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2"
 #SRC_URI += "file://unit_test_log10f.patch;patch=1"
 SRC_URI += "file://linux-uclibc.patch;patch=1"
diff --git a/packages/boost/boost_1.33.1.bb b/packages/boost/boost_1.33.1.bb
index c08721d..840be8b 100644
--- a/packages/boost/boost_1.33.1.bb
+++ b/packages/boost/boost_1.33.1.bb
@@ -1,6 +1,6 @@
 include boost.inc
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2"
 #SRC_URI += "file://unit_test_log10f.patch;patch=1"





More information about the Openembedded-commits mailing list