|
@@ -627,6 +627,9 @@ ifneq ($$($(2)_LICENSE_FILES),)
|
|
$(1)-legal-info: $(1)-extract
|
|
$(1)-legal-info: $(1)-extract
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+# We only save the sources of packages we want to redistribute, that are
|
|
|
|
+# non-local, and non-overriden. So only store, in the manifest, the tarball
|
|
|
|
+# name of those packages.
|
|
ifeq ($$($(2)_REDISTRIBUTE),YES)
|
|
ifeq ($$($(2)_REDISTRIBUTE),YES)
|
|
ifneq ($$($(2)_SITE_METHOD),local)
|
|
ifneq ($$($(2)_SITE_METHOD),local)
|
|
ifneq ($$($(2)_SITE_METHOD),override)
|
|
ifneq ($$($(2)_SITE_METHOD),override)
|