1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Bug 451929 - Leverage p2 ability to express native packages

Change-Id: I0d2d4b5088a0148d3f0dc7690448fe231ae45103
Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
Reviewed-on: https://git.eclipse.org/r/38272
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
Tested-by: Doug Schaefer <dschaefer@qnx.com>
This commit is contained in:
Pascal Rapicault 2014-12-15 11:50:48 -05:00 committed by Doug Schaefer
parent a68c04f9ef
commit 18e6101a53
6 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,2 @@
instructions.install=\
org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:autoconf);

View file

@ -0,0 +1,2 @@
instructions.install=\
org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:make);

View file

@ -0,0 +1,2 @@
instructions.install=\
org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:gcc);

View file

@ -0,0 +1,2 @@
instructions.install=\
org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:gdb);

View file

@ -0,0 +1,2 @@
instructions.install=\
org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:gdb);

View file

@ -0,0 +1,2 @@
instructions.install=\
org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:qt-sdk);