• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/google-breakpad/google-breakpad.mk
Thomas De SchampheleireThomas De Schampheleire committed aaffd209fae27 Sep 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# google-breakpad
4
#
5
################################################################################
6
​
7
GOOGLE_BREAKPAD_VERSION = 1373
8
GOOGLE_BREAKPAD_SITE = http://google-breakpad.googlecode.com/svn/trunk
9
GOOGLE_BREAKPAD_SITE_METHOD = svn
10
GOOGLE_BREAKPAD_CONF_OPTS = --disable-processor --disable-tools
11
# Only a static library is installed
12
GOOGLE_BREAKPAD_INSTALL_TARGET = NO
13
GOOGLE_BREAKPAD_INSTALL_STAGING = YES
14
GOOGLE_BREAKPAD_LICENSE = BSD-3c
15
GOOGLE_BREAKPAD_LICENSE_FILES = LICENSE
16
​
17
ifeq ($(BR2_PACKAGE_GOOGLE_BREAKPAD),y)
18
GOOGLE_BREAKPAD_DEPENDENCIES = host-google-breakpad
19
define GOOGLE_BREAKPAD_EXTRACT_SYMBOLS
20
    $(EXTRA_ENV) package/google-breakpad/gen-syms.sh $(STAGING_DIR) \
21
        $(TARGET_DIR) $(call qstrip,$(BR2_GOOGLE_BREAKPAD_INCLUDE_FILES))
22
endef
23
TARGET_FINALIZE_HOOKS += GOOGLE_BREAKPAD_EXTRACT_SYMBOLS
24
endif
25
​
26
$(eval $(autotools-package))
27
$(eval $(host-autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.