[Buildroot] [git commit] python-dpkt: add license information

Peter Korsgaard peter at korsgaard.com
Thu Jun 26 09:41:15 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=ddfd12c8ec2d26b57844a0f869f35aa6ab8bbfac
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/python-dpkt/python-dpkt.mk |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/package/python-dpkt/python-dpkt.mk b/package/python-dpkt/python-dpkt.mk
index 0b3dc11..fb630fb 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))



More information about the buildroot mailing list