summaryrefslogtreecommitdiff
path: root/packages/strace/strace_4.5.14.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-08-03strace 4.5.14 fix compiling for mips[-el]. closes bug #2221Michael Lauer1
(albeit by convoluting this recipe even more...)
2008-05-16Do not include cachectl.h for arm.Khem Raj1
2008-03-26strace: update avr32 supportGeoffrey Wossum1
This patch includes patches from Atmel's AVR32 buildroot 2.1.0. In fact, that's pretty much all it is.
2008-03-15strace: add avr32 supportKoen Kooi1
2008-01-31Restore files accidently removed in bad mergeRichard Purdie1
2007-12-11strace: drop 4.5.14 for propagateFelix Domke1
2007-05-17packages/strace: Apply patch from uclibc buildroot to fix compilation uclibc ↵Holger Freyther1
angstrom Without that patch the Angstrom uclibc EABI build fails. Patch was taken from the buildroot of uclibc.
2006-10-14strace: bump pr after last patchKoen Kooi1
2006-10-14strace 4.5.14: Run oe-stylize.py over the recipe.Jamie Lenehan1
2006-10-14strace 4.5.14: Fix strace for glibc 2.5. Closes #1475.Jamie Lenehan1
2006-10-01strace-4.5.14: drop CTL_PROC, was removed from kernel headersPhilipp Zabel1
2006-07-26strace-4.5.{12,14}: fix the 'unknown syscall trap' error for EABIPhilipp Zabel1
2006-07-03strace 4.5.14: Patch the sh specific syscall table to get strace intoJamie Lenehan1
a more useable state. In particular none of the socket related calls could be traced - strace would just get in a loop. Now fixed. This change has no effect for non sh targets.
2006-05-12Strace: add patch from #978, closes #978Koen Kooi1
2006-04-04strace: add 4.5.14, arm-eabi patch by drowPhilipp Zabel1