mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +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:
parent
a68c04f9ef
commit
18e6101a53
6 changed files with 12 additions and 0 deletions
2
build/org.eclipse.cdt.autotools.core/META-INF/p2.inf
Normal file
2
build/org.eclipse.cdt.autotools.core/META-INF/p2.inf
Normal file
|
@ -0,0 +1,2 @@
|
|||
instructions.install=\
|
||||
org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:autoconf);
|
2
build/org.eclipse.cdt.make.core/META-INF/p2.inf
Normal file
2
build/org.eclipse.cdt.make.core/META-INF/p2.inf
Normal file
|
@ -0,0 +1,2 @@
|
|||
instructions.install=\
|
||||
org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:make);
|
2
cross/org.eclipse.cdt.build.crossgcc/META-INF/p2.inf
Normal file
2
cross/org.eclipse.cdt.build.crossgcc/META-INF/p2.inf
Normal file
|
@ -0,0 +1,2 @@
|
|||
instructions.install=\
|
||||
org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:gcc);
|
2
debug/org.eclipse.cdt.gdb/META-INF/p2.inf
Normal file
2
debug/org.eclipse.cdt.gdb/META-INF/p2.inf
Normal file
|
@ -0,0 +1,2 @@
|
|||
instructions.install=\
|
||||
org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:gdb);
|
2
dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/p2.inf
Normal file
2
dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/p2.inf
Normal file
|
@ -0,0 +1,2 @@
|
|||
instructions.install=\
|
||||
org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:gdb);
|
2
qt/org.eclipse.cdt.qt.core/META-INF/p2.inf
Normal file
2
qt/org.eclipse.cdt.qt.core/META-INF/p2.inf
Normal file
|
@ -0,0 +1,2 @@
|
|||
instructions.install=\
|
||||
org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:qt-sdk);
|
Loading…
Add table
Reference in a new issue