Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-05-11 17:46:12 +0000
committerAlexander Kurtakov2017-05-11 18:52:19 +0000
commitb3bf568cf5aae2e949d6ac2fbe2edcb8e0b010e9 (patch)
tree2065bfa0c4c7fcca2db3980db2618c0879e6b2f2 /valgrind
parent45fe0db595dab767f1a2fbe363100b4231f10982 (diff)
downloadorg.eclipse.linuxtools-b3bf568cf5aae2e949d6ac2fbe2edcb8e0b010e9.tar.gz
org.eclipse.linuxtools-b3bf568cf5aae2e949d6ac2fbe2edcb8e0b010e9.tar.xz
org.eclipse.linuxtools-b3bf568cf5aae2e949d6ac2fbe2edcb8e0b010e9.zip
Add native package touchpoint installs.
Cover oprofile, systemtap, vagrant and valgrind. Change-Id: I8b757c5a5ed782cdfb3c119534df9cab0058de30 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/96874 Tested-by: Hudson CI
Diffstat (limited to 'valgrind')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.core/META-INF/p2.inf2
1 files changed, 2 insertions, 0 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.core/META-INF/p2.inf b/valgrind/org.eclipse.linuxtools.valgrind.core/META-INF/p2.inf
new file mode 100644
index 0000000000..7d22d4c3c8
--- /dev/null
+++ b/valgrind/org.eclipse.linuxtools.valgrind.core/META-INF/p2.inf
@@ -0,0 +1,2 @@
+instructions.install=\
+ org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:fedora,package:valgrind);

Back to the top