From: John Bowler Date: Mon, 11 Jul 2005 05:38:02 +0000 (+0000) Subject: Fix build break - bind apparently requires openssl for the configure X-Git-Tag: Release-2010-05/1~9453^2~4193^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65707f35ea8f9a7c716621638d033a335ed7c455;p=openembedded.git Fix build break - bind apparently requires openssl for the configure step to succeed, this breaks the osuclibc build (at least) because openssl is not built (before bind). --- diff --git a/packages/bind/bind_9.3.1.bb b/packages/bind/bind_9.3.1.bb index b4142242ee..1853d392b1 100644 --- a/packages/bind/bind_9.3.1.bb +++ b/packages/bind/bind_9.3.1.bb @@ -1,4 +1,4 @@ -DEPENDS = "" +DEPENDS = "openssl" RPEDENDS = "" DESCRIPTION = "ISC Internet Domain Name Server" MAINTAINER = "NSLU2 Linux "