mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 14:19:26 +00:00
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
15 lines
500 B
Makefile
15 lines
500 B
Makefile
################################################################################
|
|
#
|
|
# perl-math-int64
|
|
#
|
|
################################################################################
|
|
|
|
PERL_MATH_INT64_VERSION = 0.54
|
|
PERL_MATH_INT64_SOURCE = Math-Int64-$(PERL_MATH_INT64_VERSION).tar.gz
|
|
PERL_MATH_INT64_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SA/SALVA
|
|
PERL_MATH_INT64_LICENSE = Artistic or GPL-1.0+
|
|
PERL_MATH_INT64_LICENSE_FILES = COPYING
|
|
PERL_MATH_INT64_DISTNAME = Math-Int64
|
|
|
|
$(eval $(perl-package))
|