From e03f96388104079c39667e865bdc337d23b8358b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 29 Oct 2012 17:30:38 -0700 Subject: icedtea7-native: Add missing dependency on missing unzip-native Signed-off-by: Khem Raj --- recipes-core/icedtea/icedtea7-native.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-core/icedtea/icedtea7-native.inc') 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 @@ DESCRIPTION = "Harness to build the source code from OpenJDK using Free Software build tools" HOMEPAGE = "http://icedtea.classpath.org" LICENSE = "GPL-2.0-with-classpath-exception" -INC_PR = "r0" +INC_PR = "r1" DEPENDS = "virtual/javac-native virtual/java-native classpath-native \ rhino-native ant-native \ @@ -9,6 +9,7 @@ DEPENDS = "virtual/javac-native virtual/java-native classpath-native \ giflib-native jpeg-native libpng-native \ glib-2.0-native freetype-native zlib-native \ fontconfig-native zip-native alsa-lib-native \ + unzip-native \ " inherit native java autotools -- cgit v1.2.3-54-g00ecf