aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/strace/strace_4.5.15.bb
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-11-24 09:28:12 +1030
committerKhem Raj <raj.khem@gmail.com>2010-11-24 14:27:05 -0800
commitb5597a3e3031f3b9bc548f32945a3ea6b88008a8 (patch)
tree3c89f16f033a648e45b2c87639f64ee6554d59fb /recipes/strace/strace_4.5.15.bb
parent4a24a5522b0df60e47521c8d1e7762bdeff8bcfd (diff)
downloadopenembedded-b5597a3e3031f3b9bc548f32945a3ea6b88008a8.tar.gz
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>
Diffstat (limited to 'recipes/strace/strace_4.5.15.bb')
-rw-r--r--recipes/strace/strace_4.5.15.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/strace/strace_4.5.15.bb b/recipes/strace/strace_4.5.15.bb
index ae12146f2f..12f9a9645b 100644
--- a/recipes/strace/strace_4.5.15.bb
+++ b/recipes/strace/strace_4.5.15.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "strace is a system call tracing tool."
SECTION = "console/utils"
-LICENSE = "GPL"
+LICENSE = "BSD"
PR = "r1"
# this recipe is missing patches for arm and sh