package/perl-time-hires: remove package
This is a core Perl module (ie. included in the Perl distribution), so there is no point in having a separate package for it. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
3e53b51983
commit
ba5b8c467c
@ -352,7 +352,6 @@ F: package/perl-mime-base64/
|
||||
F: package/perl-net-dns/
|
||||
F: package/perl-net-http/
|
||||
F: package/perl-netaddr-ip/
|
||||
F: package/perl-time-hires/
|
||||
F: package/perl-timedate/
|
||||
F: package/perl-uri/
|
||||
F: package/perl-www-robotrules/
|
||||
|
@ -758,7 +758,6 @@ menu "Perl libraries/modules"
|
||||
source "package/perl-sys-cpu/Config.in"
|
||||
source "package/perl-sys-meminfo/Config.in"
|
||||
source "package/perl-sys-mmap/Config.in"
|
||||
source "package/perl-time-hires/Config.in"
|
||||
source "package/perl-time-parsedate/Config.in"
|
||||
source "package/perl-timedate/Config.in"
|
||||
source "package/perl-try-tiny/Config.in"
|
||||
|
@ -1,10 +0,0 @@
|
||||
config BR2_PACKAGE_PERL_TIME_HIRES
|
||||
bool "perl-time-hires"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
High resolution alarm, sleep, gettimeofday, interval timers.
|
||||
|
||||
https://metacpan.org/release/Time-HiRes
|
||||
|
||||
comment "perl-time-hires needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
@ -1,6 +0,0 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 8f998cb60966c86e24c500016e4d1ce8 Time-HiRes-1.9758.tar.gz
|
||||
sha256 5bfa145bc11e70a8e337543b1084a293743a690691b568493455dedf58f34b1e Time-HiRes-1.9758.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 ecc20782bd6c34d2d632356020f9ad0150c7ae1803ae9560258d76d4533030da README
|
@ -1,14 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-time-hires
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_TIME_HIRES_VERSION = 1.9758
|
||||
PERL_TIME_HIRES_SOURCE = Time-HiRes-$(PERL_TIME_HIRES_VERSION).tar.gz
|
||||
PERL_TIME_HIRES_SITE = $(BR2_CPAN_MIRROR)/authors/id/J/JH/JHI
|
||||
PERL_TIME_HIRES_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_TIME_HIRES_LICENSE_FILES = README
|
||||
PERL_TIME_HIRES_DISTNAME = Time-HiRes
|
||||
|
||||
$(eval $(perl-package))
|
Loading…
Reference in New Issue
Block a user