[oe] [PATCH 2/3] icedtea6-native: add `unzip-native` to `DEPENDS`

Paul Menzel paulepanter at users.sourceforge.net
Sun May 22 21:11:51 UTC 2011


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 <paulepanter at users.sourceforge.net>
---
 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 \
 	  "
 
-- 
1.7.5.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110522/1f949088/attachment-0002.sig>


More information about the Openembedded-devel mailing list