[oe-commits] Robert Schuster : boost 1.34.1: Use proper python include and library location.

GIT User account git at amethyst.openembedded.net
Thu Dec 4 20:26:08 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e99d5643753a9e2658513098481ef3a12ccb21a3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e99d5643753a9e2658513098481ef3a12ccb21a3

Author: Robert Schuster <thebohemian at gmx.net>
Date:   Thu Dec  4 21:25:44 2008 +0100

boost 1.34.1: Use proper python include and library location.

---

 packages/boost/boost_1.34.1.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages/boost/boost_1.34.1.bb b/packages/boost/boost_1.34.1.bb
index 7fb691f..8a3978c 100644
--- a/packages/boost/boost_1.34.1.bb
+++ b/packages/boost/boost_1.34.1.bb
@@ -10,7 +10,7 @@ LICENSE = "Boost Software License"
 
 DEPENDS = "python boost-jam-native zlib bzip2"
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "\
 	${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \
@@ -50,6 +50,7 @@ do_configure() {
 
   echo "import toolset : using ;" > tools/build/v2/user-config.jam
 	echo "using gcc : : ${CC} : <cflags>${CFLAGS} <cxxflags>${CXXFLAGS} $platform_config<linkflags>${LDFLAGS} ;" >> tools/build/v2/user-config.jam
+	echo "using python : 2.5 : : ${STAGING_INCDIR}/python2.5 : ${STAGING_LIBDIR}/python2.5 : : ; " >> tools/build/v2/user-config.jam
 }
 
 do_compile() {





More information about the Openembedded-commits mailing list