summaryrefslogtreecommitdiff
path: root/packages/boost/boost.inc
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-08-22 22:46:44 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-08-22 22:46:44 +0000
commit7b4b060580594128c72ad4398d70e5e6b904cf94 (patch)
treefe2ebffa916b89da33f67fd6ac0819cb0a1611e3 /packages/boost/boost.inc
parent1227869c347864af12e148857c5881b796b251cc (diff)
boost.inc: Fixed python version - re-enables compiling boost_python.
boost 1.33.0: Raised PR. boost 1.33.1: Raised PR.
Diffstat (limited to 'packages/boost/boost.inc')
-rw-r--r--packages/boost/boost.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/boost/boost.inc b/packages/boost/boost.inc
index 4458f367a1..80635b0f9f 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}"