diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 10:17:18 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 10:17:18 +0000 |
commit | ae63a4dad7b06af132c6ba5bdb5fb98b2231525a (patch) | |
tree | 62d8fae898721cffb503baa6c43ba795427045b9 /packages/boost | |
parent | 309c832c2c21ceb97fd589ebce8327d0d2bba731 (diff) | |
parent | 3c20604cd26ca8da11ac9afb669629c20355c4e4 (diff) |
merge of '0d3b0d788fccfc1c07e0da07e8f8596c062e2ef2'
and '8a4df13bdb5d6b154edb85a4b71e38ac457670a0'
Diffstat (limited to 'packages/boost')
-rw-r--r-- | packages/boost/boost.inc | 4 | ||||
-rw-r--r-- | packages/boost/boost_1.33.0.bb | 2 | ||||
-rw-r--r-- | 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 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}" diff --git a/packages/boost/boost_1.33.0.bb b/packages/boost/boost_1.33.0.bb index f910924cf1..520cf43a8d 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 c08721dc9f..840be8b784 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" |