diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-01-31 23:44:17 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-01-31 23:44:17 +0000 |
commit | 11354f465781c02d050a56844a7589909a1ff385 (patch) | |
tree | 3819c425678e66769e76eaf03fae6ffb421f77d0 | |
parent | 681a69f80a19ee11cb4077c6300c60c48ce4a91f (diff) |
Restore files accidently removed in bad merge
-rw-r--r-- | packages/gcc/gcc-4.1.0/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/strace/strace-4.5.14/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/strace/strace_4.5.14.bb | 17 |
3 files changed, 17 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.1.0/.mtn2git_empty b/packages/gcc/gcc-4.1.0/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gcc/gcc-4.1.0/.mtn2git_empty diff --git a/packages/strace/strace-4.5.14/.mtn2git_empty b/packages/strace/strace-4.5.14/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/strace/strace-4.5.14/.mtn2git_empty diff --git a/packages/strace/strace_4.5.14.bb b/packages/strace/strace_4.5.14.bb new file mode 100644 index 0000000000..50baef86dc --- /dev/null +++ b/packages/strace/strace_4.5.14.bb @@ -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" |