Bump buildroot to 2019.02
This commit is contained in:
10
bsp/buildroot/package/perl-params-util/Config.in
Normal file
10
bsp/buildroot/package/perl-params-util/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_PERL_PARAMS_UTIL
|
||||
bool "perl-params-util"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
Simple, compact and correct param-checking functions.
|
||||
|
||||
https://metacpan.org/release/Params-Util
|
||||
|
||||
comment "perl-params-util needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 02db120c0eef87aae1830cc62bdec37b Params-Util-1.07.tar.gz
|
||||
sha256 30f1ec3f2cf9ff66ae96f973333f23c5f558915bb6266881eac7423f52d7c76c Params-Util-1.07.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 71b5fb95de1ba013a517c926feaa2a7d0fb0e8f132818e8529e0da5ec01187cd LICENSE
|
||||
14
bsp/buildroot/package/perl-params-util/perl-params-util.mk
Normal file
14
bsp/buildroot/package/perl-params-util/perl-params-util.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-params-util
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_PARAMS_UTIL_VERSION = 1.07
|
||||
PERL_PARAMS_UTIL_SOURCE = Params-Util-$(PERL_PARAMS_UTIL_VERSION).tar.gz
|
||||
PERL_PARAMS_UTIL_SITE = $(BR2_CPAN_MIRROR)/authors/id/A/AD/ADAMK
|
||||
PERL_PARAMS_UTIL_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_PARAMS_UTIL_LICENSE_FILES = LICENSE
|
||||
PERL_PARAMS_UTIL_DISTNAME = Params-Util
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user