aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/boost_1.53.0.bb
AgeCommit message (Collapse)Author
2013-03-29boost: Add real native supportStefan Herbrechtsmeier
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>
2013-02-28boost: Update to 1.53.0Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>