From: Marcin Juszkiewicz Date: Wed, 16 Aug 2006 06:39:57 +0000 (+0000) Subject: lftp: added gnutls to depends (from .oz354x) X-Git-Tag: Release-2010-05/1~9453^2~949 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27943383a790781dc1a940cc79e6175f4e247ff5;p=openembedded.git lftp: added gnutls to depends (from .oz354x) --- diff --git a/packages/lftp/lftp_3.5.1.bb b/packages/lftp/lftp_3.5.1.bb index 21654188b3..a45b75fe35 100644 --- a/packages/lftp/lftp_3.5.1.bb +++ b/packages/lftp/lftp_3.5.1.bb @@ -4,7 +4,7 @@ transfer program. Supported protocols include FTP, HTTP, \ and FISH." HOMEPAGE = "http://lftp.yar.ru" SECTION = "console/network" -DEPENDS = "readline" +DEPENDS = "readline gnutls" SRC_URI = "http://www.ibiblio.org/pub/Linux/system/network/file-transfer/lftp-3.5.1.tar.gz"