Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_ASTRO_SUNTIME
bool "perl-astro-suntime"
help
A functional module for calculating sunrise/sunset times.
https://metacpan.org/release/Astro-SunTime

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 42cb8c94de8a111ed652196925c22a45 Astro-SunTime-0.06.tar.gz
sha256 b4a44fddfc055cc42ee67bfd8939354793da7512ea04f30578d42dc6a701112a Astro-SunTime-0.06.tar.gz
# computed by scancpan
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE

View File

@@ -0,0 +1,15 @@
################################################################################
#
# perl-astro-suntime
#
################################################################################
PERL_ASTRO_SUNTIME_VERSION = 0.06
PERL_ASTRO_SUNTIME_SOURCE = Astro-SunTime-$(PERL_ASTRO_SUNTIME_VERSION).tar.gz
PERL_ASTRO_SUNTIME_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RO/ROBF
PERL_ASTRO_SUNTIME_DEPENDENCIES = host-perl-module-build
PERL_ASTRO_SUNTIME_LICENSE = GPL-3.0
PERL_ASTRO_SUNTIME_LICENSE_FILES = LICENSE
PERL_ASTRO_SUNTIME_DISTNAME = Astro-SunTime
$(eval $(perl-package))