summaryrefslogtreecommitdiffstats
path: root/classes/java-bootstrap-components.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/java-bootstrap-components.bbclass')
-rw-r--r--classes/java-bootstrap-components.bbclass7
1 files changed, 7 insertions, 0 deletions
diff --git a/classes/java-bootstrap-components.bbclass b/classes/java-bootstrap-components.bbclass
new file mode 100644
index 0000000..0c62b5b
--- /dev/null
+++ b/classes/java-bootstrap-components.bbclass
@@ -0,0 +1,7 @@
1# This is to be used by recipes which rely on java-library.bbclass
2# infrastructure and their a *-native recipe are parts of the bootstrap
3# process
4#
5
6DEPENDS_prepend_class-native = " ecj-bootstrap-native "
7DEPENDS_prepend_class-target = " virtual/javac-native "