summaryrefslogtreecommitdiff
path: root/recipes/boost
AgeCommit message (Collapse)AuthorFiles
2009-12-07boost: add version 1.41.0 and modified boost-14x.incDenis 'Gnutoo' Carikli3
*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 Heinold3
* bump PR
2009-11-04boost 1.36: various ARM fixups:Koen Kooi6
* 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 Heinold3
* 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 Goulart1
- 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 Dmytriyenko15
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>