aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/valgrind
AgeCommit message (Collapse)Author
2011-06-21valgrind: Fix shebang issues when compiling valgrind on old bashMatthew McClintock
valgrind is doing some odd substitutions on the shebang for some scripts. This overrides the perl location and uses one that should work. This fixes building valgrind on centos 5.6 Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-06-17valgrind: Drop virtual/libx11 from DEPENDSTom Rini
Valgrind 3.6.x does not depend on X like older versions did. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-06-17valgrind: Drop 3.6.0Tom Rini
This isn't pinned anywhere and 3.6.1 is current and already in-tree. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-06-16valgrind: Add patch for PowerPC target support, update recipeTom Rini
The support patch has been merged upstream. Patch found via oe-lite: http://git.doredevelopment.dk/?p=oe-lite/base.git;a=commitdiff;h=6b00807cadec3dd8978d0297181c67f81ec37706 Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-19valgrind: update to 3.6.1Alex Bennee
I took the opportunity to move the common stuff for building Valgrind into a common valgrind.inc. I also removed the fix-link-tool.patch which was breaking the build. I'm not sure what the patch was trying to achieve. Signed-off-by: Alex Bennee <ajb@cbnl.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-31valgrind: remove versions prior to 3.6.0Roman I Khimov
If you're using valgrind, you probably want latest and versions removed with this patch are 2+ years old. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-10-30valgrind: new version 3.6.0Vladimir Sorokin
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-15recipes: more checksums and more fixes to download them allMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa
* all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: add missing checksumsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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>