diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-17 11:38:12 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-17 11:38:12 -0200 |
commit | 12a0b10b35b1829eec11ea653af53d127a8b6fd1 (patch) | |
tree | fe646688d88d97dc03a587b13e93200d14ce2ad5 /recipes-core/ecj/libecj-bootstrap.inc | |
parent | 219c6bfc9ae9456e06b08e1cc49c83060f5196d2 (diff) | |
parent | afe557fbe78e799b78ccb44567bbff71c421d3f2 (diff) | |
download | meta-java-12a0b10b35b1829eec11ea653af53d127a8b6fd1.tar.gz |
Merge branch 'yocto_1.8' of https://github.com/mindrunner/meta-java into pending
* 'yocto_1.8' of https://github.com/mindrunner/meta-java:
openjdk-7: inherit pkgconfig
ecj: fix unpackpost task
openjdk: add pkgconfig support
README: minor fixes
README: update openjdk6 to the latest icedtea version
openjdk6: add version 1.13.4
jamvm: update git url to sourceforge while berlios is gone
java-test-image: add jamvm, cacao and classpath
jamvm: update git version to ebd11bde0a97b57f0d18938c6b65468d3c932719
jamvm: add inherit pkgconfig
README: update for icedtea version 1.12.8
cacao: fix target compilation and packaging
openjdk-common.inc: fix qemu usage
openjdk6: update icedtea 1.12 to version 1.12.8
libmatthew: Remove the dummy jar symlink
openjdk-7-release-25b30.inc: add patch to fix hotstop build
openjdk-7-release-25b30.inc: move nio patch to main section.
openjdk-7-25b30: Forward port ppc patches
Diffstat (limited to 'recipes-core/ecj/libecj-bootstrap.inc')
-rw-r--r-- | recipes-core/ecj/libecj-bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/ecj/libecj-bootstrap.inc b/recipes-core/ecj/libecj-bootstrap.inc index 9e1cc1d..cd9d90f 100644 --- a/recipes-core/ecj/libecj-bootstrap.inc +++ b/recipes-core/ecj/libecj-bootstrap.inc | |||
@@ -29,7 +29,7 @@ do_unpackpost() { | |||
29 | rm -rf META-INF | 29 | rm -rf META-INF |
30 | 30 | ||
31 | # Move source into separate subdir. | 31 | # Move source into separate subdir. |
32 | if [ -d org ]; then | 32 | if [ -d org -a ! -d source/org ]; then |
33 | mv org source/ | 33 | mv org source/ |
34 | fi | 34 | fi |
35 | # Remove stuff unneeded for the bootstrap compiler. | 35 | # Remove stuff unneeded for the bootstrap compiler. |