mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 22:29:30 +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
432 B
Makefile
15 lines
432 B
Makefile
################################################################################
|
|
#
|
|
# perl-uri
|
|
#
|
|
################################################################################
|
|
|
|
PERL_URI_VERSION = 5.06
|
|
PERL_URI_SOURCE = URI-$(PERL_URI_VERSION).tar.gz
|
|
PERL_URI_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
|
|
PERL_URI_LICENSE = Artistic or GPL-1.0+
|
|
PERL_URI_LICENSE_FILES = LICENSE
|
|
PERL_URI_DISTNAME = URI
|
|
|
|
$(eval $(perl-package))
|