diff options
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/icedtea/icedtea7-native.inc | 3 |
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 @@ | |||
1 | DESCRIPTION = "Harness to build the source code from OpenJDK using Free Software build tools" | 1 | DESCRIPTION = "Harness to build the source code from OpenJDK using Free Software build tools" |
2 | HOMEPAGE = "http://icedtea.classpath.org" | 2 | HOMEPAGE = "http://icedtea.classpath.org" |
3 | LICENSE = "GPL-2.0-with-classpath-exception" | 3 | LICENSE = "GPL-2.0-with-classpath-exception" |
4 | INC_PR = "r0" | 4 | INC_PR = "r1" |
5 | 5 | ||
6 | DEPENDS = "virtual/javac-native virtual/java-native classpath-native \ | 6 | DEPENDS = "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 | ||
14 | inherit native java autotools | 15 | inherit native java autotools |