From: Robert Schuster Date: Thu, 4 Dec 2008 20:25:44 +0000 (+0100) Subject: boost 1.34.1: Use proper python include and library location. X-Git-Tag: Release-2010-05/1~4941 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e99d5643753a9e2658513098481ef3a12ccb21a3;p=openembedded.git boost 1.34.1: Use proper python include and library location. --- diff --git a/packages/boost/boost_1.34.1.bb b/packages/boost/boost_1.34.1.bb index 7fb691f360..8a3978c5b5 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} ${CXXFLAGS} $platform_config${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() {