diff options
author | Frank Hunleth <fhunleth@troodon-software.com> | 2014-09-11 20:39:48 -0400 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-09-14 23:48:55 +0200 |
commit | 11e149d4962b7bd04512b5b8bcae59d3061b999b (patch) | |
tree | eda6e0c3141f1e737717a3a5f627bbd86a488a5f | |
parent | 841185df93e2214e0ec943916918063220640e95 (diff) |
google-breakpad: bump to version r1373
This version adds support for installing important header files to
<staging>/usr/include/breakpad. It's no longer necessary to include the
whole breakpad source tree when building applications using libbreakpad.a.
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/google-breakpad/google-breakpad.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/google-breakpad/google-breakpad.mk b/package/google-breakpad/google-breakpad.mk index add5d7a34..cdf0a1e9a 100644 --- a/package/google-breakpad/google-breakpad.mk +++ b/package/google-breakpad/google-breakpad.mk @@ -4,7 +4,7 @@ # ################################################################################ -GOOGLE_BREAKPAD_VERSION = 1320 +GOOGLE_BREAKPAD_VERSION = 1373 GOOGLE_BREAKPAD_SITE = http://google-breakpad.googlecode.com/svn/trunk GOOGLE_BREAKPAD_SITE_METHOD = svn GOOGLE_BREAKPAD_CONF_OPT = --disable-processor --disable-tools |