diff options
author | Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> | 2018-07-27 21:54:23 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-07-27 23:51:51 +0200 |
commit | 36bc9d8b92b75a995ce3d6f04ef6efcde5495f6a (patch) | |
tree | fd15c63167f44310fae14cf70429a374fe2d1c2b | |
parent | d7052c6fee0a6c5bda94d1fdce9b70d6b72b09cf (diff) | |
download | buildroot-36bc9d8b92b75a995ce3d6f04ef6efcde5495f6a.tar.gz buildroot-36bc9d8b92b75a995ce3d6f04ef6efcde5495f6a.zip |
perl-net-telnet: add missing license declaration
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/perl-net-telnet/perl-net-telnet.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/perl-net-telnet/perl-net-telnet.mk b/package/perl-net-telnet/perl-net-telnet.mk index 04d170d10a..28568871e2 100644 --- a/package/perl-net-telnet/perl-net-telnet.mk +++ b/package/perl-net-telnet/perl-net-telnet.mk @@ -7,6 +7,7 @@ PERL_NET_TELNET_VERSION = 3.04 PERL_NET_TELNET_SOURCE = Net-Telnet-$(PERL_NET_TELNET_VERSION).tar.gz PERL_NET_TELNET_SITE = $(BR2_CPAN_MIRROR)/authors/id/J/JR/JROGERS +PERL_NET_TELNET_LICENSE = Artistic or GPL-1.0+ PERL_NET_TELNET_LICENSE_FILES = README $(eval $(perl-package)) |