Bump buildroot to 2019.02
This commit is contained in:
6
bsp/buildroot/package/perl-sub-install/Config.in
Normal file
6
bsp/buildroot/package/perl-sub-install/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_SUB_INSTALL
|
||||
bool "perl-sub-install"
|
||||
help
|
||||
install subroutines into packages easily.
|
||||
|
||||
https://github.com/rjbs/Sub-Install
|
||||
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 e1ce4f9cb6b2f6b8778b036c31afa5ab Sub-Install-0.928.tar.gz
|
||||
sha256 61e567a7679588887b7b86d427bc476ea6d77fffe7e0d17d640f89007d98ef0f Sub-Install-0.928.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 ad5fb5c05003488f924c60ead21694d629055c9db2ee2d9dd0cf0041b9fedaca LICENSE
|
||||
14
bsp/buildroot/package/perl-sub-install/perl-sub-install.mk
Normal file
14
bsp/buildroot/package/perl-sub-install/perl-sub-install.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-sub-install
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_SUB_INSTALL_VERSION = 0.928
|
||||
PERL_SUB_INSTALL_SOURCE = Sub-Install-$(PERL_SUB_INSTALL_VERSION).tar.gz
|
||||
PERL_SUB_INSTALL_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RJ/RJBS
|
||||
PERL_SUB_INSTALL_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_SUB_INSTALL_LICENSE_FILES = LICENSE
|
||||
PERL_SUB_INSTALL_DISTNAME = Sub-Install
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user