[Libreoffice-commits] core.git: external/breakpad RepositoryExternal.mk

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Feb 22 19:53:54 UTC 2016


 RepositoryExternal.mk                         |    5 +++++
 external/breakpad/ExternalPackage_breakpad.mk |   20 ++++++++++++++++++++
 external/breakpad/Module_breakpad.mk          |    1 +
 3 files changed, 26 insertions(+)

New commits:
commit 262eddce8aa4a439881e031beef86879cd4c0690
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Nov 17 07:09:20 2015 +0100

    package minidump_upload tool
    
    We are going to use this tool for uploading the minidumps for now.
    
    Change-Id: I2c59d420e3884aee46411df913c2ec067e0c636b
    Reviewed-on: https://gerrit.libreoffice.org/22549
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 8ce914d..e0f6c9b 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3368,6 +3368,11 @@ endif
 
 $(call gb_LinkTarget_use_external_project,$(1),breakpad)
 
+$(eval $(call gb_Helper_register_packages_for_install,ooo,\
+	breakpad \
+))
+
+
 endef
 
 # else # SYSTEM_LIBBREAKPAD
diff --git a/external/breakpad/ExternalPackage_breakpad.mk b/external/breakpad/ExternalPackage_breakpad.mk
new file mode 100644
index 0000000..6c0d0bf
--- /dev/null
+++ b/external/breakpad/ExternalPackage_breakpad.mk
@@ -0,0 +1,20 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_ExternalPackage_ExternalPackage,breakpad,breakpad))
+
+$(eval $(call gb_ExternalPackage_use_external_project,breakpad,breakpad))
+
+ifeq ($(OS),LINUX)
+$(eval $(call gb_ExternalPackage_add_file,breakpad,$(LIBO_LIB_FOLDER)/minidump_upload,src/tools/linux/symupload/minidump_upload))
+else ifeq ($(OS)),WNT)
+$(eval $(call gb_ExternalPackage_add_file,breakpad,$(LIBO_LIB_FOLDER)/minidump_upload,src/tools/linux/symupload/minidump_upload))
+endif
+
+# vim: set noet sw=4 ts=4:
diff --git a/external/breakpad/Module_breakpad.mk b/external/breakpad/Module_breakpad.mk
index 9750c31..3902c8e 100644
--- a/external/breakpad/Module_breakpad.mk
+++ b/external/breakpad/Module_breakpad.mk
@@ -12,6 +12,7 @@ $(eval $(call gb_Module_Module,breakpad))
 $(eval $(call gb_Module_add_targets,breakpad,\
 	ExternalProject_breakpad \
 	UnpackedTarball_breakpad \
+	ExternalPackage_breakpad \
 ))
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list