[Buildroot] [PATCH 06/11] python-setuptools: add license information

Peter Korsgaard jacmet at uclibc.org
Wed May 7 12:00:20 UTC 2014


>>>>> "Ryan" == Ryan Barnett <rjbarnet at rockwellcollins.com> writes:

 > Signed-off-by: Ryan Barnett <rjbarnet at rockwellcollins.com>
 > ---
 >  package/python-setuptools/python-setuptools.mk |    2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/package/python-setuptools/python-setuptools.mk b/package/python-setuptools/python-setuptools.mk
 > index 48bf7c5..6ede292 100644
 > --- a/package/python-setuptools/python-setuptools.mk
 > +++ b/package/python-setuptools/python-setuptools.mk
 > @@ -7,6 +7,8 @@
 >  PYTHON_SETUPTOOLS_VERSION = 2.1.2
 >  PYTHON_SETUPTOOLS_SOURCE  = setuptools-$(PYTHON_SETUPTOOLS_VERSION).tar.gz
 >  PYTHON_SETUPTOOLS_SITE    = http://pypi.python.org/packages/source/s/setuptools
 > +PYTHON_SETUPTOOLS_LICENSE = Python Software Foundation License
 > +PYTHON_SETUPTOOLS_LICENSE += or Zope Public License

I prefer to keep it on a single line for easy grepping, and we should
imho use PKG-INFO as license file.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list