From: Peter Marko <[email protected]> When building openjre-8 from hosttools, build fails due to missing unzip.
Signed-off-by: Peter Marko <[email protected]> Signed-off-by: Andrej Valek <[email protected]> --- recipes-core/openjdk/openjdk-8-cross.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc index a2bfa27..95f9979 100644 --- a/recipes-core/openjdk/openjdk-8-cross.inc +++ b/recipes-core/openjdk/openjdk-8-cross.inc @@ -2,7 +2,7 @@ JDK_HOME = "${libdir_jvm}/openjdk-8" JRE_HOME = "${libdir_jvm}/openjre-8" DEPENDS = "\ - openjdk-8-native zip-native ant-native libxslt \ + openjdk-8-native zip-native unzip-native ant-native libxslt \ krb5 libffi fontconfig freetype \ " -- 2.11.0 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
