]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/google-breakpad: switch to the new git repository
authorRomain Naour <romain.naour@gmail.com>
Sun, 27 Nov 2016 16:16:39 +0000 (17:16 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 17 Dec 2016 15:15:30 +0000 (16:15 +0100)
commitc4c4f43d490ef77a2df7db472c551837e8818ac5
tree3e3ba8cb7c5b85076a8d1516786dc6e3b4177339
parent783c132084a85d97488e0ab40943c56cb44c1451
package/google-breakpad: switch to the new git repository

Google-breakpad moved to a new git repository last year and the old svn
repository has been deleted. So, the Buildroot archive mirror is used.

svn: E160013: Unable to connect to a repository at URL 'http://google-breakpad.googlecode.com/svn/trunk'
svn: E160013: '/svn/trunk' path not found
--2016-11-27 10:42:34--  http://sources.buildroot.net/google-breakpad-1373.tar.gz

Swith to the git repository using the git hash corresponding to the
1373 svn revision. But there is an issue with the third parties...
Some of them are not bundled with Google-breakpad or as git submodule.
Even worst, the google-breakpad source code use #include
"third_party/lss" directly, so we can't provide missing third parties
with an external package.

That's why the linux-syscall-support package was added to Buildroot,
it provide the missing linux_syscall_support.h file which is must be
copied to src/third_party/lss/ in the Google-breakpad sources.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Pascal Huerst <pascal.huerst@gmail.com>
Cc: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/google-breakpad/Config.in
package/google-breakpad/google-breakpad.hash [new file with mode: 0644]
package/google-breakpad/google-breakpad.mk