lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 64a68055c4d2d441fd9ec93f94d15071da2d90b5
parent d6ceab1d0c74de381eeaf6c713df64b618b69fb7
Author: Florian Eckert <Eckert.Florian@googlemail.com>
Date:   Tue, 31 May 2016 14:49:11 +0200

libtasn1: add license tag

show the license for this package in opkg

Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>

Diffstat:
Mlibs/libtasn1/Makefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/libs/libtasn1/Makefile b/libs/libtasn1/Makefile @@ -9,11 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtasn1 PKG_VERSION:=4.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/libtasn1 PKG_MD5SUM:=9a6767705725544f2b86670dcfb34107 +PKG_LICENSE:=GPL-3.0 +PKG_LICENSE_FILES:=COPYING #PKG_FIXUP:=autoreconf PKG_INSTALL:=1