[Buildroot] [PATCH v2 1/2] xl2tp: add licensing info

Axel Lin axel.lin at ingics.com
Fri Dec 13 01:01:08 UTC 2013


Signed-off-by: Axel Lin <axel.lin at ingics.com>
---
v2: no change, just make version consistent in this serial
I separate "xl2tp: bump to version 1.3.2 and add licensing info" to 2 patches.
This one adds licensing info, next patch for bump version.
 package/xl2tp/xl2tp.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/xl2tp/xl2tp.mk b/package/xl2tp/xl2tp.mk
index cf496fe..07634a0 100644
--- a/package/xl2tp/xl2tp.mk
+++ b/package/xl2tp/xl2tp.mk
@@ -7,6 +7,8 @@
 XL2TP_VERSION = v1.3.1
 XL2TP_SITE = $(call github,xelerance,xl2tpd,$(XL2TP_VERSION))
 XL2TP_DEPENDENCIES = libpcap
+XL2TP_LICENSE = GPLv2+
+XL2TP_LICENSE_FILES = LICENSE
 
 define XL2TP_BUILD_CMDS
 	$(SED) 's/ -O2 //' $(@D)/Makefile
-- 
1.8.1.2





More information about the buildroot mailing list