diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-06-02 20:43:53 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-02 23:01:11 +0200 |
commit | 3563faa83719c5d4a91222b8aa30fe1cc64b97eb (patch) | |
tree | 67190bc917cb65a76ab143aa7d125b4e90a94ae8 /Repository.mk | |
parent | 040372195a9884ffd8065a6ed8be195fd56fc6fc (diff) |
odk: remove PackageSet_odk_headers
This is quite confusing: the gb_Helper_register_packages_for_install
odk_headers does not actually use the Package odk_headers, but the
PackageSet odk_headers, because the name is the same and the PackageSet
directory comes first in the search path.
This means that the Package odk_headers_generated is installed despite
there being no obvious reason why.
The PackageSet doesn't provide much value here, so just remove it.
Change-Id: I564f3b9fc6acaabe700328bc8c3db70c3b2de0cd
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index eb3696fe239e..a82699ef878b 100644 --- a/Repository.mk +++ b/Repository.mk @@ -797,7 +797,6 @@ $(eval $(call gb_Helper_register_packages, \ $(if $(filter MSC,$(COM)),msvc_dlls) \ instsetoo_native_setup \ $(if $(ENABLE_OOENV),instsetoo_native_ooenv) \ - odk_headers_generated \ postprocess_registry \ readlicense_oo_readmes \ setup_native_misc \ @@ -842,6 +841,7 @@ $(eval $(call gb_Helper_register_packages_for_install,sdk,\ $(if $(DOXYGEN),odk_doxygen) \ odk_examples \ odk_headers \ + odk_headers_generated \ odk_html \ odk_settings \ odk_settings_generated \ |