6e9d322a11
underscore is not allowed in BR package name. this problem was found with the Perl module DB_File which must give the BR package perl-db-file. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
443 B
Makefile
14 lines
443 B
Makefile
################################################################################
|
|
#
|
|
# perl-db-file
|
|
#
|
|
################################################################################
|
|
|
|
PERL_DB_FILE_VERSION = 1.835
|
|
PERL_DB_FILE_SOURCE = DB_File-$(PERL_DB_FILE_VERSION).tar.gz
|
|
PERL_DB_FILE_SITE = $(BR2_CPAN_MIRROR)/authors/id/P/PM/PMQS
|
|
PERL_DB_FILE_DEPENDENCIES = berkeleydb perl
|
|
PERL_DB_FILE_LICENSE = Artistic or GPLv1+
|
|
|
|
$(eval $(perl-package))
|