diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-01-21 10:23:32 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2013-01-21 10:23:32 -0800 |
commit | 5bd48d2ced4be233156f877a9ce4be1d569a45c4 (patch) | |
tree | ea39b355773c027475371949c1ea8f0f4db68d09 /recipes-core/icedtea/openjdk-7-release-03b147.inc | |
parent | 2eb6d2643e3833657cfd278b0502945df99ee18a (diff) | |
download | meta-java-5bd48d2ced4be233156f877a9ce4be1d569a45c4.tar.gz |
openjdk-7: Remove mutliline comment
Gets through the parsing errors with latest bitbake/master
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core/icedtea/openjdk-7-release-03b147.inc')
-rw-r--r-- | recipes-core/icedtea/openjdk-7-release-03b147.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-core/icedtea/openjdk-7-release-03b147.inc b/recipes-core/icedtea/openjdk-7-release-03b147.inc index 0932e22..f561e42 100644 --- a/recipes-core/icedtea/openjdk-7-release-03b147.inc +++ b/recipes-core/icedtea/openjdk-7-release-03b147.inc | |||
@@ -73,7 +73,6 @@ ICEDTEA_PATCHES = " \ | |||
73 | file://fix-checksums.patch \ | 73 | file://fix-checksums.patch \ |
74 | " | 74 | " |
75 | 75 | ||
76 | |||
77 | OPENJDK_PATCHES = " \ | 76 | OPENJDK_PATCHES = " \ |
78 | file://icedtea-ecj-disable-compilation.patch;apply=no \ | 77 | file://icedtea-ecj-disable-compilation.patch;apply=no \ |
79 | file://icedtea-unbreak-float.patch;apply=no \ | 78 | file://icedtea-unbreak-float.patch;apply=no \ |
@@ -83,9 +82,6 @@ OPENJDK_PATCHES = " \ | |||
83 | file://icedtea-flags.patch;apply=no \ | 82 | file://icedtea-flags.patch;apply=no \ |
84 | " | 83 | " |
85 | 84 | ||
86 | # file://icedtea-disable-desktop-dirs.patch;apply=no \ | ||
87 | |||
88 | |||
89 | export DISTRIBUTION_PATCHES = " \ | 85 | export DISTRIBUTION_PATCHES = " \ |
90 | patches/icedtea-ecj-disable-compilation.patch \ | 86 | patches/icedtea-ecj-disable-compilation.patch \ |
91 | patches/icedtea-unbreak-float.patch \ | 87 | patches/icedtea-unbreak-float.patch \ |
@@ -94,6 +90,3 @@ export DISTRIBUTION_PATCHES = " \ | |||
94 | patches/icedtea-jdk-sane-x86-arch.patch \ | 90 | patches/icedtea-jdk-sane-x86-arch.patch \ |
95 | patches/icedtea-flags.patch \ | 91 | patches/icedtea-flags.patch \ |
96 | " | 92 | " |
97 | |||
98 | # patches/icedtea-disable-desktop-dirs.patch \ | ||
99 | |||