diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2015-12-22 22:26:16 -0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-01-04 09:21:06 -0200 |
commit | ec7b984fbd0662b7aa1707f229ab09c555bb2cf6 (patch) | |
tree | ddcccc61cad8998e96506319c30d12acd6edbfdb /classes/java-bootstrap-components.bbclass | |
parent | af90e3a9473e529dcbb4e7392a62f1d5c592f717 (diff) | |
download | meta-java-ec7b984fbd0662b7aa1707f229ab09c555bb2cf6.tar.gz |
Revert "meta-java: rely on well known bootstrap-path"
This reverts commit 04d5d0bf414c05ca59618d77f17ff9898aa1c566.
Detail reason is in the following commit.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Diffstat (limited to 'classes/java-bootstrap-components.bbclass')
-rw-r--r-- | classes/java-bootstrap-components.bbclass | 7 |
1 files changed, 0 insertions, 7 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 | |||
6 | DEPENDS_prepend_class-native = " ecj-bootstrap-native " | ||
7 | DEPENDS_prepend_class-target = " virtual/javac-native " | ||