boost.inc: Fixed python version - re-enables compiling boost_python.
authorRobert Schuster <thebohemian@gmx.net>
Fri, 22 Aug 2008 22:46:44 +0000 (22:46 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Fri, 22 Aug 2008 22:46:44 +0000 (22:46 +0000)
boost 1.33.0: Raised PR.
boost 1.33.1: Raised PR.

packages/boost/boost.inc
packages/boost/boost_1.33.0.bb
packages/boost/boost_1.33.1.bb

index 4458f36..80635b0 100644 (file)
@@ -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}"
index f910924..520cf43 100644 (file)
@@ -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"
index c08721d..840be8b 100644 (file)
@@ -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"