mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-21 16:46:11 +00:00
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
15 lines
588 B
Makefile
15 lines
588 B
Makefile
################################################################################
|
|
#
|
|
# perl-dist-checkconflicts
|
|
#
|
|
################################################################################
|
|
|
|
PERL_DIST_CHECKCONFLICTS_VERSION = 0.11
|
|
PERL_DIST_CHECKCONFLICTS_SOURCE = Dist-CheckConflicts-$(PERL_DIST_CHECKCONFLICTS_VERSION).tar.gz
|
|
PERL_DIST_CHECKCONFLICTS_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DO/DOY
|
|
PERL_DIST_CHECKCONFLICTS_LICENSE = Artistic or GPL-1.0+
|
|
PERL_DIST_CHECKCONFLICTS_LICENSE_FILES = LICENSE
|
|
PERL_DIST_CHECKCONFLICTS_DISTNAME = Dist-CheckConflicts
|
|
|
|
$(eval $(perl-package))
|