diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-03-24 15:44:58 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-03-24 15:44:58 -0700 |
commit | ff0001fd335d2dd49dd34001afdf97e6fa974fef (patch) | |
tree | 005492be2c197e48aceef54f3949ddd0f48e768f /recipes/strace/strace_4.5.15.bb | |
parent | ba18a4e16b0082c45c3b5486b4d5ac2891b8642e (diff) |
strace_4.5.15: Replace the use of linux/dirent{64].h
Diffstat (limited to 'recipes/strace/strace_4.5.15.bb')
-rw-r--r-- | recipes/strace/strace_4.5.15.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/strace/strace_4.5.15.bb b/recipes/strace/strace_4.5.15.bb index e73fb0f732..049706c6ff 100644 --- a/recipes/strace/strace_4.5.15.bb +++ b/recipes/strace/strace_4.5.15.bb @@ -1,12 +1,14 @@ DESCRIPTION = "strace is a system call tracing tool." SECTION = "console/utils" LICENSE = "GPL" +PR = "r1" # this recipe is missing patches for arm and sh DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_avr32 = "1" SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ + file://strace-dont-include-linux-dirent-h.patch;patch=1 \ " SRC_URI_avr32 = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ |