[Libreoffice-commits] core.git: RepositoryExternal.mk

Michael Stahl mstahl at redhat.com
Tue Feb 23 14:12:40 UTC 2016


 RepositoryExternal.mk |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit b4d3a0d6744b8c6e5861b8198b31a434a5c2a6f6
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Feb 23 15:08:47 2016 +0100

    RepositoryExternal: move that out of gb_LinkTarget__use_breakpad
    
    otherwise package would be registered multiple times, looks like one
    tinderbox fails due to that.
    
    Change-Id: I3bcbc9fff1e1993ae30cda634a50f815a30bc094

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 772b1fd..b7fa391 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3368,13 +3368,12 @@ endif
 
 $(call gb_LinkTarget_use_external_project,$(1),breakpad)
 
+endef
+
 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
 	breakpad \
 ))
 
-
-endef
-
 # else # SYSTEM_LIBBREAKPAD
 # 
 # define gb_LinkTarget__use_libgltf


More information about the Libreoffice-commits mailing list