From patchwork Sun May 22 21:11:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/3] icedtea6-native: add `unzip-native` to `DEPENDS` Date: Sun, 22 May 2011 21:11:51 -0000 From: Paul Menzel X-Patchwork-Id: 4619 Message-Id: <1306098711.5994.97.camel@mattotaupa> To: openembedded-devel@lists.openembedded.org Date: Sun, 22 May 2011 21:57:22 +0200 `unzip-native` is build indirectly by the dependency of a recipe in `DEPENDS`. The dependency is not added by `classes/base.bbclass` since `SRC_URI` does not contain any ZIP files. Therefore add that dependency explicitly to not depend on that behavior. Signed-off-by: Paul Menzel --- recipes/icedtea/icedtea6-native.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/recipes/icedtea/icedtea6-native.inc b/recipes/icedtea/icedtea6-native.inc index 968bd4b..f474869 100644 --- a/recipes/icedtea/icedtea6-native.inc +++ b/recipes/icedtea/icedtea6-native.inc @@ -9,6 +9,7 @@ DEPENDS = "virtual/javac-native classpath-tools-native \ ant-native \ libx11-native xproto-native libxt-native libxext-native \ freetype-native zlib-native giflib-native jpeg-native \ + unzip-native \ zip-native \ "