aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bind
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-07-11 05:38:02 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-11 05:38:02 +0000
commit65707f35ea8f9a7c716621638d033a335ed7c455 (patch)
treec0391c37118318bfedeaa9d22603517e15b54902 /packages/bind
parente3e59183c6a863c22550db2bba5f5c4aeb169fef (diff)
downloadopenembedded-65707f35ea8f9a7c716621638d033a335ed7c455.tar.gz
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).
Diffstat (limited to 'packages/bind')
-rw-r--r--packages/bind/bind_9.3.1.bb2
1 files changed, 1 insertions, 1 deletions
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 <nslu2-linux@yahoogroups.com>"