summaryrefslogtreecommitdiffstats
path: root/recipes/boost
AgeCommit message (Collapse)Author
2010-08-19boost.inc: increase PRFrans Meulenbroeks
to compensate for the revert in commit c12662b6143f3c755f9fb6f6604c31e2bf3ed973 Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-19Revert "boost.inc: added dependency on cmake-native"Frans Meulenbroeks
This reverts commit 1409e393ee38fa5dbfc2c99eb5fec4da07183bc9. inherit cmake already adds a depends on cmake-native so as discussed on the OE mailing list reverting the change next patch will bump PR to avoid that it is lowered by the revert Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-18boost.inc: added dependency on cmake-nativeFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-15boost-jam-native: remove old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-15boost: remove old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-07boost : Remove DEFAULT_PREFERENCE = "-1" from all versions.Philip Balister
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-13boost-1.37 : Add recipe for version 1.37 of boost.Philip Balister
* DEFAULT_PREFERENCE = "-1" until we check for impact on other recipes. Boost API changes a lot so difficult to manage recipes.
2010-03-13boost_1.34.1 : Remove INC_PR. This recipe does not use an include file.Philip Balister
2010-01-27boost-36.inc : Allow empty packages so boost-dev will install in images.Philip Balister
2010-01-25boost : Fix typo introduced when recipes converted to INC_PR.Philip Balister
2010-01-23boost: move to INC_PRRolf Leggewie
2010-01-23boost-1.33.1: Corrected GNU_HASH error.Przemyslaw Wesolek
Signed-off-by: Przemyslaw Wesolek <przemyslaw.wesolek@cs.put.poznan.pl> Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
2009-12-07boost: add version 1.41.0 and modified boost-14x.incDenis 'Gnutoo' Carikli
*1.41.0 fixes a bug with MPI: in 1.40.0 if you don't have the mpi libraries installed in your host it fails *added the dependency on icu because of things like that: unicode/utypes.h: No such file or directory *made it install in ${libdir} instead of ${libdir}/boost-${PV}: thanks woglinde for pointing me that a variable existed for that that is achieved with -DINSTALL_VERSIONED:BOOL=OFF *removed an useless like that were here because the recipe was copied from the split function was copied from an old boost recipe that used bjam
2009-11-11boost-1.36.0: fix compiling with gcc-4.4Henning Heinold
* bump PR
2009-11-04boost 1.36: various ARM fixups:Koen Kooi
* changed intrinsics patch to work for armv6 and armv7a * disabled atomic ops for arm versions <6 * fix associated build damage * pass in correct gcc version
2009-11-03boost: add new version 1.4.0Henning Heinold
* switch to cmake as buildsystem * enable serialization and python * make own .inc for 1.4.x versions * don't make default for now, needs more testing with apps that are using boost
2009-05-20Fixed indentation for Python codeMario Domenech Goulart
- recipes/boost/boost-36.inc - recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb - recipes/gstreamer/gst-plugins-ugly_0.10.10.bb Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>