blob: 95aa53b14bdb9f091712cb671ab82ba473009d5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require libdbd-mysql-perl.inc
DEPENDS = "libdbi-perl mysql"
RDEPENDS = "perl-module-data-dumper \
libdbi-perl \
perl-module-scalar-util \
perl-module-file-spec \
perl-module-storable \
perl-module-test-simple"
EXTRA_OECONF = " --mysql_config=${STAGING_BINDIR_CROSS}/mysql_config"
CFLAGS_append = " -I${STAGING_INCDIR}/mysql"
|