strace: Fix build on mips{, el} when DISTRO_FEATURES lacks "largefile".
authorGraham Gower <graham.gower@gmail.com>
Tue, 23 Nov 2010 22:58:12 +0000 (09:28 +1030)
committerKhem Raj <raj.khem@gmail.com>
Wed, 24 Nov 2010 22:27:05 +0000 (14:27 -0800)
commitb5597a3e3031f3b9bc548f32945a3ea6b88008a8
tree3c89f16f033a648e45b2c87639f64ee6554d59fb
parent4a24a5522b0df60e47521c8d1e7762bdeff8bcfd
strace: Fix build on mips{, el} when DISTRO_FEATURES lacks "largefile".

While here,
 - make 4.5.20 the default for mips instead of 4.5.18.
 - Fix LICENSE fields.

| mipsel-oe-linux-uclibc-gcc -march=mips32 -Wall -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os  -L/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib -Wl,-rpath-link,/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib -Wl,-O1 -o strace strace.o syscall.o count.o util.o desc.o file.o ipc.o io.o ioctl.o mem.o net.o process.o bjm.o quota.o resource.o signal.o sock.o system.o term.o time.o proc.o scsi.o stream.o
| syscall.o:(.data.rel.ro+0x14904): undefined reference to `sys_truncate64'
| syscall.o:(.data.rel.ro+0x14918): undefined reference to `sys_ftruncate64'
| syscall.o:(.data.rel.ro+0x149a4): undefined reference to `sys_getdents64'
| syscall.o:(.data.rel.ro+0x14c74): undefined reference to `sys_statfs64'
| syscall.o:(.data.rel.ro+0x14c88): undefined reference to `sys_fstatfs64'
| collect2: ld returned 1 exit status
| make[1]: *** [strace] Error 1

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/strace/strace-4.5.20/mips-nolargefile.patch [new file with mode: 0644]
recipes/strace/strace_4.5.11.bb
recipes/strace/strace_4.5.12.bb
recipes/strace/strace_4.5.14.bb
recipes/strace/strace_4.5.15.bb
recipes/strace/strace_4.5.18.bb
recipes/strace/strace_4.5.20.bb