update buildroot to 2017.02.11
This commit is contained in:
6
bsp/buildroot-2017.02.11/package/perl-try-tiny/Config.in
Normal file
6
bsp/buildroot-2017.02.11/package/perl-try-tiny/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_TRY_TINY
|
||||
bool "perl-try-tiny"
|
||||
help
|
||||
Minimal try/catch with proper preservation of $@
|
||||
|
||||
https://github.com/p5sagit/Try-Tiny
|
||||
@@ -0,0 +1,3 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 e2f8af601a62981aab30df15a6f47475 Try-Tiny-0.28.tar.gz
|
||||
sha256 f1d166be8aa19942c4504c9111dade7aacb981bc5b3a2a5c5f6019646db8c146 Try-Tiny-0.28.tar.gz
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-try-tiny
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_TRY_TINY_VERSION = 0.28
|
||||
PERL_TRY_TINY_SOURCE = Try-Tiny-$(PERL_TRY_TINY_VERSION).tar.gz
|
||||
PERL_TRY_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER
|
||||
PERL_TRY_TINY_LICENSE = MIT
|
||||
PERL_TRY_TINY_LICENSE_FILES = README
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user