From 7ee92fa45c1dc53db089a374afaf9ce86b04d3e4 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 11 Aug 2014 13:18:20 +0000 Subject: [PATCH] net/mosquitto: Add PKG_LICENSE information Signed-off-by: Karl Palsson --- net/mosquitto/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index ba3c712ab..586d31534 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -11,6 +11,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mosquitto PKG_VERSION:=1.3.4 PKG_RELEASE:=1 +PKG_LICENSE:=BSD-3-Clause +PKG_LICENSE_FILE:=LICENSE.txt PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://mosquitto.org/files/source/