Fix build break - bind apparently requires openssl for the configure
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 11 Jul 2005 05:38:02 +0000 (05:38 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 11 Jul 2005 05:38:02 +0000 (05:38 +0000)
step to succeed, this breaks the osuclibc build (at least) because openssl
is not built (before bind).

packages/bind/bind_9.3.1.bb

index b414224..1853d39 100644 (file)
@@ -1,4 +1,4 @@
-DEPENDS = ""
+DEPENDS = "openssl"
 RPEDENDS = ""
 DESCRIPTION = "ISC Internet Domain Name Server"
 MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>"