summaryrefslogtreecommitdiff
path: root/packages/strace/strace_4.5.14.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-04-04 18:59:03 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-04 18:59:03 +0000
commit7cb85885fc5a7c80c6a36c835e6d05c1aa0ee20e (patch)
tree776b75678c98fc58c3d29be11f284feb9610b129 /packages/strace/strace_4.5.14.bb
parent6998b703e74d8dfc71f0a87757811ae19238d656 (diff)
strace: add 4.5.14, arm-eabi patch by drow
Diffstat (limited to 'packages/strace/strace_4.5.14.bb')
-rw-r--r--packages/strace/strace_4.5.14.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/strace/strace_4.5.14.bb b/packages/strace/strace_4.5.14.bb
new file mode 100644
index 0000000000..cc15d962ae
--- /dev/null
+++ b/packages/strace/strace_4.5.14.bb
@@ -0,0 +1,12 @@
+LICENSE = "GPL"
+SECTION = "console/utils"
+PR = "r0"
+
+DESCRIPTION = "strace is a system call tracing tool."
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
+ file://arm-eabi.patch;patch=1"
+
+inherit autotools
+
+export INCLUDES = "-I. -I./linux"