summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb2
-rw-r--r--meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb b/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb
index fc505fe1e8..9199979147 100644
--- a/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb
+++ b/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb
@@ -20,3 +20,5 @@ SRC_URI = "git://github.com/perl5-dbi/DBD-mysql.git;protocol=https;branch=master
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
22inherit cpan 22inherit cpan
23
24EXTRA_OEMAKE = ' CC="${CC} -Wno-incompatible-pointer-types"'
diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb
index ff173dec5b..d843f82b27 100644
--- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb
+++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb
@@ -60,7 +60,7 @@ export STAGING_LIBDIR
60export STAGING_INCDIR 60export STAGING_INCDIR
61 61
62# emulate cpan_do_configure 62# emulate cpan_do_configure
63EXTRA_OEMAKE = ' PERL5LIB="${PERL_ARCHLIB}" ' 63EXTRA_OEMAKE = ' CC="${CC} -Wno-incompatible-pointer-types" PERL5LIB="${PERL_ARCHLIB}" '
64# Avoid do_configure error on some hosts 64# Avoid do_configure error on some hosts
65 65
66do_configure() { 66do_configure() {