]> code.ossystems Code Review - openembedded-core.git/commit
boost: Add real native support
authorStefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
Tue, 26 Mar 2013 13:02:19 +0000 (14:02 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Mar 2013 10:40:18 +0000 (10:40 +0000)
commitaec1e3484d89a3ef0fb5b3470a620cc055f66c37
treeb34d45a9a506f62024a82f185cc05749ee41a1e2
parent6ad06582621fc20d09d4d7fd78ea7e175367c187
boost: Add real native support

The current boost recipe only creates the bjam build tool during
a native run and thereby is not usable for other native recipes
that depend on a boost library. Split out the build tool into its
own bjam-native recipe and add real native support to the boost
recipe. Additionally replace the boost-native with bjam-native in
the DEPENDS. This allows recipes to depend on native boost
librarties without increase of the build time for other use cases.

Native compilation of bzip2 isn't working and therefore disabled.

Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/boost/bjam-native_1.53.0.bb [new file with mode: 0644]
meta/recipes-support/boost/boost-1.53.0.inc [new file with mode: 0644]
meta/recipes-support/boost/boost.inc
meta/recipes-support/boost/boost_1.53.0.bb