summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
Diffstat (limited to 'classes')
-rw-r--r--classes/java-bootstrap-components.bbclass7
-rw-r--r--classes/java-library.bbclass3
2 files changed, 1 insertions, 9 deletions
diff --git a/classes/java-bootstrap-components.bbclass b/classes/java-bootstrap-components.bbclass
deleted file mode 100644
index 0c62b5b..0000000
--- a/classes/java-bootstrap-components.bbclass
+++ /dev/null
@@ -1,7 +0,0 @@
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 "
diff --git a/classes/java-library.bbclass b/classes/java-library.bbclass
index a192f14..144cd2f 100644
--- a/classes/java-library.bbclass
+++ b/classes/java-library.bbclass
@@ -35,8 +35,7 @@ def java_package_name(d):
35 35
36JPN ?= "${@java_package_name(d)}" 36JPN ?= "${@java_package_name(d)}"
37 37
38DEPENDS_prepend = " fastjar-native " 38DEPENDS_prepend = "virtual/javac-native fastjar-native "
39DEPENDS_prepend_class-target = " virtual/javac-native "
40 39
41PACKAGES += "${JPN}" 40PACKAGES += "${JPN}"
42 41