diff options
Diffstat (limited to 'recipes-core/ecj/libecj-bootstrap.inc')
-rw-r--r-- | recipes-core/ecj/libecj-bootstrap.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/ecj/libecj-bootstrap.inc b/recipes-core/ecj/libecj-bootstrap.inc index 6f9048f..4f85ba9 100644 --- a/recipes-core/ecj/libecj-bootstrap.inc +++ b/recipes-core/ecj/libecj-bootstrap.inc | |||
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/EPL-1.0;md5=57f8d5e2b3e98ac6e08 | |||
7 | 7 | ||
8 | DEPENDS = "fastjar-native jikes-initial virtual/java-initial" | 8 | DEPENDS = "fastjar-native jikes-initial virtual/java-initial" |
9 | 9 | ||
10 | INC_PR = "r5" | ||
11 | |||
10 | inherit native java | 12 | inherit native java |
11 | 13 | ||
12 | S = "${WORKDIR}" | 14 | S = "${WORKDIR}" |
@@ -47,7 +49,7 @@ do_unpackpost() { | |||
47 | addtask unpackpost after do_unpack before do_patch | 49 | addtask unpackpost after do_unpack before do_patch |
48 | 50 | ||
49 | do_compile() { | 51 | do_compile() { |
50 | find source -name '*.java' > sourcefiles | 52 | find source -name '*.java' | LC_ALL=C sort > sourcefiles |
51 | split -l 25 sourcefiles ecj-sources. | 53 | split -l 25 sourcefiles ecj-sources. |
52 | 54 | ||
53 | # Compiling in place is done because the sources contain | 55 | # Compiling in place is done because the sources contain |