Restore files accidently removed in bad merge
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 31 Jan 2008 23:44:17 +0000 (23:44 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Thu, 31 Jan 2008 23:44:17 +0000 (23:44 +0000)
packages/gcc/gcc-4.1.0/.mtn2git_empty [new file with mode: 0644]
packages/strace/strace-4.5.14/.mtn2git_empty [new file with mode: 0644]
packages/strace/strace_4.5.14.bb [new file with mode: 0644]

diff --git a/packages/gcc/gcc-4.1.0/.mtn2git_empty b/packages/gcc/gcc-4.1.0/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/strace/strace-4.5.14/.mtn2git_empty b/packages/strace/strace-4.5.14/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/strace/strace_4.5.14.bb b/packages/strace/strace_4.5.14.bb
new file mode 100644 (file)
index 0000000..50baef8
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "strace is a system call tracing tool."
+SECTION = "console/utils"
+LICENSE = "GPL"
+PR = "r4"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
+           file://glibc-2.5.patch;patch=1 \
+           file://arm-eabi.patch;patch=1 \
+           file://drop-ctl-proc.patch;patch=1 \
+           file://sh-arch-update.patch;patch=1 \
+           file://sh-syscall-update.patch;patch=1 \
+           file://strace-fix-arm-bad-syscall.patch;patch=1 \
+           file://strace-undef-syscall.patch;patch=1 "
+
+inherit autotools
+
+export INCLUDES = "-I. -I./linux"