mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-17 06:39:27 +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
507 B
Makefile
15 lines
507 B
Makefile
################################################################################
|
|
#
|
|
# perl-devel-cycle
|
|
#
|
|
################################################################################
|
|
|
|
PERL_DEVEL_CYCLE_VERSION = 1.12
|
|
PERL_DEVEL_CYCLE_SOURCE = Devel-Cycle-$(PERL_DEVEL_CYCLE_VERSION).tar.gz
|
|
PERL_DEVEL_CYCLE_SITE = $(BR2_CPAN_MIRROR)/authors/id/L/LD/LDS
|
|
PERL_DEVEL_CYCLE_LICENSE = Artistic or GPL-1.0+
|
|
PERL_DEVEL_CYCLE_LICENSE_FILES = README
|
|
PERL_DEVEL_CYCLE_DISTNAME = Devel-Cycle
|
|
|
|
$(eval $(perl-package))
|