]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/google-breakpad: use PRE_CONFIGURE hooks to copy linux_syscall_support.h
authorRomain Naour <romain.naour@gmail.com>
Mon, 29 May 2017 20:13:29 +0000 (22:13 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 29 May 2017 20:20:07 +0000 (22:20 +0200)
commit557f8d649d9a959e810a3c92774020a434d567a8
tree533bd6ea25e01701f4e98f0a7ad3261037b6bc62
parent80ebba2b5ad8017440b3ad84dd44261f7865dfc4
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>
package/google-breakpad/google-breakpad.mk