aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/php/php.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-06-29 17:24:21 +0100
committerRoss Burton <ross.burton@intel.com>2019-07-11 11:01:51 +0100
commit11396bb3b49e244165d80070ce3ae0a5d432257d (patch)
tree49db2e2fc8dadb370f9a1cbdbc89be166a5794a7 /meta-oe/recipes-devtools/php/php.inc
parentf2af228da2d0764f2753c2d5cee68c68fda072e8 (diff)
downloadmeta-openembedded-contrib-11396bb3b49e244165d80070ce3ae0a5d432257d.tar.gz
php: disable non-deterministic valgrindross/php
Valgrind support in PHP looks on the host for Valgrind headers, backport a patch from upstream so that Valgrind support is disabled by default. Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-oe/recipes-devtools/php/php.inc')
-rw-r--r--meta-oe/recipes-devtools/php/php.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index 785c2f5acc..4f8e45f575 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -22,6 +22,7 @@ SRC_URI_append_class-target = " \
file://php-fpm-apache.conf \
file://70_mod_php${PHP_MAJOR_VERSION}.conf \
file://php-fpm.service \
+ file://valgrind.patch \
"
S = "${WORKDIR}/php-${PV}"