buildroot/package/google-breakpad
Romain Naour 557f8d649d package/google-breakpad: use PRE_CONFIGURE hooks to copy linux_syscall_support.h
As reported by Bernd [1], using POST_EXTRACT to copy
linux_syscall_support.h break the legal-info target when
google-breakpad package is selected:

/usr/bin/install: cannot stat '/home/bernd/buildroot/buildroot/output/ost/usr/i586-buildroot-linux-uclibc/sysroot/usr/include/linux_syscall_support.h': No such file or directory

This is because linux_syscall_support.h is installed by a dependency
of google-breakpad, and dependencies are only guaranteed to be
available for the configure step of a package. To fix this, we use a
PRE_CONFIGURE hook instead of POST_EXTRACT hook.

[1] http://lists.busybox.net/pipermail/buildroot/2017-May/192844.html

Reported-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-05-29 22:20:07 +02:00
..
0001-add-missing-asm-ptrace-include.patch
Config.in package/google-breakpad: really fix the C++11 dependency 2016-12-22 10:36:20 +01:00
gen-syms.sh
google-breakpad.hash package/google-breakpad: bump to the latest version 2016-12-17 16:27:55 +01:00
google-breakpad.mk package/google-breakpad: use PRE_CONFIGURE hooks to copy linux_syscall_support.h 2017-05-29 22:20:07 +02:00