From: Thomas Petazzoni Date: Sun, 4 Jan 2015 21:08:44 +0000 (+0100) Subject: python-django: be more specific about the license X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=514d713edc02598402aa0ebe7c724aa25b3abcfe;p=buildroot.git python-django: be more specific about the license The license is really a 3 clauses BSD license, so let's specify this in python-django.mk. Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-django/python-django.mk b/package/python-django/python-django.mk index 5837088a4b..fcfa406c7a 100644 --- a/package/python-django/python-django.mk +++ b/package/python-django/python-django.mk @@ -8,7 +8,7 @@ PYTHON_DJANGO_VERSION = 1.7.2 PYTHON_DJANGO_SOURCE = Django-$(PYTHON_DJANGO_VERSION).tar.gz # The official Django site has an unpractical URL PYTHON_DJANGO_SITE = https://pypi.python.org/packages/source/D/Django/ -PYTHON_DJANGO_LICENSE = BSD +PYTHON_DJANGO_LICENSE = BSD-3c PYTHON_DJANGO_LICENSE_FILES = LICENSE PYTHON_DJANGO_SETUP_TYPE = setuptools