summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/icedtea/icedtea7-native.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc
index e209a68..b9e2056 100644
--- a/recipes-core/icedtea/icedtea7-native.inc
+++ b/recipes-core/icedtea/icedtea7-native.inc
@@ -1,7 +1,7 @@
1DESCRIPTION = "Harness to build the source code from OpenJDK using Free Software build tools" 1DESCRIPTION = "Harness to build the source code from OpenJDK using Free Software build tools"
2HOMEPAGE = "http://icedtea.classpath.org" 2HOMEPAGE = "http://icedtea.classpath.org"
3LICENSE = "GPL-2.0-with-classpath-exception" 3LICENSE = "GPL-2.0-with-classpath-exception"
4INC_PR = "r0" 4INC_PR = "r1"
5 5
6DEPENDS = "virtual/javac-native virtual/java-native classpath-native \ 6DEPENDS = "virtual/javac-native virtual/java-native classpath-native \
7 rhino-native ant-native \ 7 rhino-native ant-native \
@@ -9,6 +9,7 @@ DEPENDS = "virtual/javac-native virtual/java-native classpath-native \
9 giflib-native jpeg-native libpng-native \ 9 giflib-native jpeg-native libpng-native \
10 glib-2.0-native freetype-native zlib-native \ 10 glib-2.0-native freetype-native zlib-native \
11 fontconfig-native zip-native alsa-lib-native \ 11 fontconfig-native zip-native alsa-lib-native \
12 unzip-native \
12 " 13 "
13 14
14inherit native java autotools 15inherit native java autotools