From: Gustavo Zacarias Date: Tue, 24 Jun 2014 18:55:36 +0000 (-0300) Subject: python-dpkt: add license information X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ddfd12c8ec2d26b57844a0f869f35aa6ab8bbfac;p=buildroot.git python-dpkt: add license information Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/python-dpkt/python-dpkt.mk b/package/python-dpkt/python-dpkt.mk index 0b3dc11577..fb630fbcb3 100644 --- a/package/python-dpkt/python-dpkt.mk +++ b/package/python-dpkt/python-dpkt.mk @@ -5,8 +5,10 @@ ################################################################################ PYTHON_DPKT_VERSION = 1.7 -PYTHON_DPKT_SOURCE = dpkt-$(PYTHON_DPKT_VERSION).tar.gz -PYTHON_DPKT_SITE = http://dpkt.googlecode.com/files +PYTHON_DPKT_SOURCE = dpkt-$(PYTHON_DPKT_VERSION).tar.gz +PYTHON_DPKT_SITE = http://dpkt.googlecode.com/files PYTHON_DPKT_SETUP_TYPE = distutils +PYTHON_DPKT_LICENSE = BSD-3c +PYTHON_DPKT_LICENSE_FILES = LICENSE $(eval $(python-package))