aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu/no-valgrind.patch
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2018-06-01 10:29:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-03 23:47:49 +0100
commite8fb42f3a54e8b8d68ae216a48534fa745ea99f1 (patch)
tree5a9bb76e13ce2210cef9f9e49e6cd8f5dbcc6dbd /meta/recipes-devtools/qemu/qemu/no-valgrind.patch
parent88ce0df3b769f1932b4a9d44e39bf6551c802d9b (diff)
downloadopenembedded-core-contrib-e8fb42f3a54e8b8d68ae216a48534fa745ea99f1.tar.gz
qemu: refresh patches with devtool and make them applicable with git
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu/no-valgrind.patch')
-rw-r--r--meta/recipes-devtools/qemu/qemu/no-valgrind.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-devtools/qemu/qemu/no-valgrind.patch b/meta/recipes-devtools/qemu/qemu/no-valgrind.patch
deleted file mode 100644
index 91f728042d..0000000000
--- a/meta/recipes-devtools/qemu/qemu/no-valgrind.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-There isn't an option to enable or disable valgrind support, so disable it to avoid non-deterministic builds.
-
-Upstream-Status: Inappropriate
-Signed-off-by: Ross Burton <ross.burton@intel.com>
-
-diff --git a/configure b/configure
-index b3c4f51..4d3929e 100755
---- a/configure
-+++ b/configure
-@@ -4193,9 +4192,0 @@ valgrind_h=no
--cat > $TMPC << EOF
--#include <valgrind/valgrind.h>
--int main(void) {
-- return 0;
--}
--EOF
--if compile_prog "" "" ; then
-- valgrind_h=yes
--fi