mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
17
package/perl-dbd-mysql/Config.in
Normal file
17
package/perl-dbd-mysql/Config.in
Normal file
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_PERL_DBD_MYSQL
|
||||
bool "perl-dbd-mysql"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_INSTALL_LIBSTDCPP # mysql
|
||||
depends on BR2_USE_MMU # mysql
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
|
||||
select BR2_PACKAGE_MYSQL
|
||||
select BR2_PACKAGE_PERL_DBI # runtime
|
||||
help
|
||||
A MySQL driver for the Perl5 Database Interface (DBI).
|
||||
|
||||
http://dbi.perl.org/
|
||||
|
||||
comment "perl-dbd-mysql needs a toolchain w/ dynamic library, C++, threads"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
|
||||
!BR2_TOOLCHAIN_HAS_THREADS
|
6
package/perl-dbd-mysql/perl-dbd-mysql.hash
Normal file
6
package/perl-dbd-mysql/perl-dbd-mysql.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 bdf4f4d899b8af29ebd8ebfb7438d05f DBD-mysql-4.046.tar.gz
|
||||
sha256 6165652ec959d05b97f5413fa3dff014b78a44cf6de21ae87283b28378daf1f7 DBD-mysql-4.046.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 7a9ba29702b957805cfa8aa63bca43175625824263232dbade0010d385ab888c LICENSE
|
19
package/perl-dbd-mysql/perl-dbd-mysql.mk
Normal file
19
package/perl-dbd-mysql/perl-dbd-mysql.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-dbd-mysql
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_DBD_MYSQL_VERSION = 4.046
|
||||
PERL_DBD_MYSQL_SOURCE = DBD-mysql-$(PERL_DBD_MYSQL_VERSION).tar.gz
|
||||
PERL_DBD_MYSQL_SITE = $(BR2_CPAN_MIRROR)/authors/id/C/CA/CAPTTOFU
|
||||
PERL_DBD_MYSQL_DEPENDENCIES = \
|
||||
host-perl-dbi \
|
||||
mysql
|
||||
PERL_DBD_MYSQL_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_DBD_MYSQL_LICENSE_FILES = LICENSE
|
||||
PERL_DBD_MYSQL_DISTNAME = DBD-mysql
|
||||
|
||||
PERL_DBD_MYSQL_CONF_OPTS = --mysql_config=$(STAGING_DIR)/usr/bin/mysql_config
|
||||
|
||||
$(eval $(perl-package))
|
Reference in New Issue
Block a user