summaryrefslogtreecommitdiffstats
path: root/meta/packages/strace/strace_4.5.14.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-25 12:25:37 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-25 12:25:37 +0000
commitcb773ee9f65cc48f7b91d318b63c8bb29e6b68bd (patch)
tree22fc87ade27f67c6575627e9935363a3b7ff1626 /meta/packages/strace/strace_4.5.14.bb
parent706f9a34c531111d1af2e760355f1159f3687166 (diff)
downloadpoky-cb773ee9f65cc48f7b91d318b63c8bb29e6b68bd.tar.gz
strace: Apply patch from uclibc buildroot to fix compilation uclibc (sync with OE)
Without that patch the uclibc EABI build fails. Patch was taken from the buildroot of uclibc. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2961 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/strace/strace_4.5.14.bb')
-rw-r--r--meta/packages/strace/strace_4.5.14.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/strace/strace_4.5.14.bb b/meta/packages/strace/strace_4.5.14.bb
index b301d0100b..50baef86dc 100644
--- a/meta/packages/strace/strace_4.5.14.bb
+++ b/meta/packages/strace/strace_4.5.14.bb
@@ -9,7 +9,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
9 file://drop-ctl-proc.patch;patch=1 \ 9 file://drop-ctl-proc.patch;patch=1 \
10 file://sh-arch-update.patch;patch=1 \ 10 file://sh-arch-update.patch;patch=1 \
11 file://sh-syscall-update.patch;patch=1 \ 11 file://sh-syscall-update.patch;patch=1 \
12 file://strace-fix-arm-bad-syscall.patch;patch=1" 12 file://strace-fix-arm-bad-syscall.patch;patch=1 \
13 file://strace-undef-syscall.patch;patch=1 "
13 14
14inherit autotools 15inherit autotools
15 16