summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2016-05-24 21:02:34 +0200
committerMartin Borg <martin.borg@enea.com>2016-05-25 12:43:04 +0200
commita8c69c0d6755b82b168163b083291b09782199b2 (patch)
tree492f50fd11e86b7ba18b51b57322656422312b8a
parente310f545a606a2ba8aee5a867b5e0f0bc206816e (diff)
downloadmeta-el-standard-a8c69c0d6755b82b168163b083291b09782199b2.tar.gz
Revert "valgrind: temporarely remove ptest"
This reverts commit 928940b9332cd834f0d5d6bb8547576ed5eb3ef9. The fix is already present upstream: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb?id=7da7587da1e920fcc67404ea34e915c93352eed6 Signed-off-by: Tudor Florea <tudor.florea@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--recipes-devtools/valgrind/valgrind_3.11.0.bbappend7
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-devtools/valgrind/valgrind_3.11.0.bbappend b/recipes-devtools/valgrind/valgrind_3.11.0.bbappend
deleted file mode 100644
index 4cf60eb..0000000
--- a/recipes-devtools/valgrind/valgrind_3.11.0.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
1FILES_${PN}-ptest = ""
2PACKAGES_remove = "${@bb.utils.contains('PTEST_ENABLED', '1', '${PN}-ptest', '', d)}"
3python () {
4 for i in ['do_configure_ptest_base', 'do_compile_ptest_base', 'do_install_ptest_base']:
5 bb.build.deltask(i, d)
6}
7DEPENDS_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'boost', '', d)}"