diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-02-23 15:08:47 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-02-23 15:10:39 +0100 |
commit | b4d3a0d6744b8c6e5861b8198b31a434a5c2a6f6 (patch) | |
tree | b16e9aae4e421a485eed07e1ea87ce3362a5ca46 /RepositoryExternal.mk | |
parent | d63a940853459bc70df032a36a6432d9515e0ecb (diff) |
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
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 772b1fd7ba48..b7fa3918ba50 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 |