summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/icedtea7-native.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-10-29 17:30:38 -0700
committerKhem Raj <raj.khem@gmail.com>2012-11-27 09:28:54 -0800
commite03f96388104079c39667e865bdc337d23b8358b (patch)
tree4191693767a6e6d37b650bdec1b71a9cffe1ff45 /recipes-core/icedtea/icedtea7-native.inc
parenta56246f3f69d60541b276ca91e15c3bc24bb79e2 (diff)
downloadmeta-java-e03f96388104079c39667e865bdc337d23b8358b.tar.gz
icedtea7-native: Add missing dependency on missing unzip-native
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core/icedtea/icedtea7-native.inc')
-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