diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2016-03-05 00:39:13 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-06 14:35:22 +0100 |
commit | 777c36ea0f63e3070877125bfaf958152828c28a (patch) | |
tree | 5141e1c096e71800853cfea28b38cc7864c369fc | |
parent | 45a083cafbc82545dcc8c4f54ba440a0b8d9fe22 (diff) | |
download | buildroot-777c36ea0f63e3070877125bfaf958152828c28a.tar.gz buildroot-777c36ea0f63e3070877125bfaf958152828c28a.zip |
legal-info: remove outdated comment
This comment is outdated since the assignment of $(2)_MANIFEST_TARBALL
and $(2)_MANIFEST_SITE have been removed, which happened in
b9f4727ff4d512868352494f5209fff4da147473.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[Thomas: adjust comment as suggested by Yann E. MORIN.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/pkg-generic.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index 9ea2a707ba..3904c09043 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -754,8 +754,7 @@ $(1)-legal-info: $(1)-patch 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. +# non-overriden (local or true override). ifeq ($$($(2)_REDISTRIBUTE),YES) ifeq ($$($(2)_OVERRIDE_SRCDIR),) # Packages that have a tarball need it downloaded beforehand |