Bump buildroot to 2019.02
This commit is contained in:
15
bsp/buildroot/package/perl-dbi/perl-dbi.mk
Normal file
15
bsp/buildroot/package/perl-dbi/perl-dbi.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-dbi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_DBI_VERSION = 1.641
|
||||
PERL_DBI_SOURCE = DBI-$(PERL_DBI_VERSION).tar.gz
|
||||
PERL_DBI_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TI/TIMB
|
||||
PERL_DBI_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_DBI_LICENSE_FILES = LICENSE
|
||||
PERL_DBI_DISTNAME = DBI
|
||||
|
||||
$(eval $(perl-package))
|
||||
$(eval $(host-perl-package))
|
||||
Reference in New Issue
Block a user