| Submitter | Paul Menzel |
|---|---|
| Date | May 22, 2011, 9:11 p.m. |
| Message ID | <1306098711.5994.97.camel@mattotaupa> |
| Download | mbox | patch |
| Permalink | /patch/4619/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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 \ "
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@users.sourceforge.net> --- recipes/icedtea/icedtea6-native.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)