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

thebohemian commit oe at amethyst.openembedded.net
Mon Sep 1 18:21:45 UTC 2008


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

Author: thebohemian at openembedded.org
Branch: org.openembedded.dev
Revision: 781cbce338e36c4834536a980b1d3c39b24b6860
ViewMTN: http://monotone.openembedded.org/revision/info/781cbce338e36c4834536a980b1d3c39b24b6860
Files:
1
packages/boost/boost.inc
packages/boost/boost_1.33.0.bb
packages/boost/boost_1.33.1.bb
Diffs:

#
# mt diff -r83e917f5ff3256e7f167d073a08aa0c0d88df107 -r781cbce338e36c4834536a980b1d3c39b24b6860
#
#
#
# patch "packages/boost/boost.inc"
#  from [23982c4430ff14b530e49895317457f361a57a34]
#    to [bb0e5f70e24108adcc34c8d4eeb0858700a010b2]
# 
# patch "packages/boost/boost_1.33.0.bb"
#  from [afd60e5dc550128a67c34189be24ca5f16a6f2e9]
#    to [1a2bd3470378c70284e80321523e9c3d2e07a257]
# 
# patch "packages/boost/boost_1.33.1.bb"
#  from [83b349c6068a918976cf67fdfb733e2822e8d271]
#    to [b6ff5bbca65e783fca9273af4e2637c0729ebac0]
#
============================================================
--- packages/boost/boost.inc	23982c4430ff14b530e49895317457f361a57a34
+++ packages/boost/boost.inc	bb0e5f70e24108adcc34c8d4eeb0858700a010b2
@@ -61,8 +61,8 @@ DEPENDS += "python"
 #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}"
============================================================
--- packages/boost/boost_1.33.0.bb	afd60e5dc550128a67c34189be24ca5f16a6f2e9
+++ packages/boost/boost_1.33.0.bb	1a2bd3470378c70284e80321523e9c3d2e07a257
@@ -1,5 +1,7 @@ include boost.inc
 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"
============================================================
--- packages/boost/boost_1.33.1.bb	83b349c6068a918976cf67fdfb733e2822e8d271
+++ packages/boost/boost_1.33.1.bb	b6ff5bbca65e783fca9273af4e2637c0729ebac0
@@ -1,6 +1,6 @@ include boost.inc
 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