From patchwork Wed Jan 8 09:30:14 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Kim_B=C3=B8ndergaard?= X-Patchwork-Id: 308118 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id CF03F2C0098 for ; Wed, 8 Jan 2014 20:30:44 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id D159B3FDA2 for ; Wed, 8 Jan 2014 10:30:42 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail01.prevas.se (mail01.prevas.se [62.95.78.3]) by hugin.dotsrc.org (Postfix) with ESMTPS id E1E403FDA2 for ; Wed, 8 Jan 2014 10:30:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1466; q=dns/txt; s=ironport1; t=1389173437; x=1420709437; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=476/RItIASp40vDTKXikEqEW6Z/AITOY01UqfCixQfE=; b=Q+MEoYu1SGW7LG+ApuwL5vwd/MxXLCiTAA0OKO2TKhLUBK1ufpEThjfV ACn0z8imEimI0gq09LLbbJPPUuWGLJaIpbagmZpWX25YONwerDKi3xCU/ A41g66OaDyx5VoTI7Ea+XDH2ozntmCVE76DsfobmcxMIgKUt7uHhrSTLI o=; X-IronPort-AV: E=Sophos;i="4.95,623,1384297200"; d="scan'208";a="4281635" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 08 Jan 2014 10:30:36 +0100 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.347.0; Wed, 8 Jan 2014 10:30:36 +0100 Received: by localhost (Postfix, from userid 30019) id 1EB7B681563; Wed, 8 Jan 2014 09:30:36 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH 03/22] lftp: Version 4.4.14 Date: Wed, 8 Jan 2014 09:30:14 +0000 Message-ID: <3cc00465c60a2aaa644db9bb4f4a2685cc36be69.1389173315.git.kibo@prevas.dk> X-Mailer: git-send-email 1.8.4 In-Reply-To: References: MIME-Version: 1.0 Cc: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- recipes/lftp/lftp.inc | 6 ++++-- recipes/lftp/lftp_4.4.14.oe | 4 ++++ recipes/lftp/lftp_4.4.14.oe.sig | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 recipes/lftp/lftp_4.4.14.oe create mode 100644 recipes/lftp/lftp_4.4.14.oe.sig diff --git a/recipes/lftp/lftp.inc b/recipes/lftp/lftp.inc index d0cb086..60dc467 100644 --- a/recipes/lftp/lftp.inc +++ b/recipes/lftp/lftp.inc @@ -8,9 +8,11 @@ inherit c++ autotools pkgconfig largefile DEPENDS = "libncurses libreadline" -RDEPENDS_${PN} = "libncurses libreadline libstdc++ libm libgcc libc" +COMMON_DEPENDS = "libncurses libreadline libstdc++ libgcc libc libz libm" +DEPENDS_${PN} = "${COMMON_DEPENDS}" +RDEPENDS_${PN} = "${COMMON_DEPENDS}" -LFTP_MIRROR = "http://ftp.yar.ru/pub/source/lftp" +LFTP_MIRROR = "http://lftp.yar.ru/ftp" SRC_URI = "${LFTP_MIRROR}/lftp-${PV}.tar.bz2" SRC_URI += "file://config.site" diff --git a/recipes/lftp/lftp_4.4.14.oe b/recipes/lftp/lftp_4.4.14.oe new file mode 100644 index 0000000..8c70a3d --- /dev/null +++ b/recipes/lftp/lftp_4.4.14.oe @@ -0,0 +1,4 @@ +LICENSE = "GPL-3.0+" + +require lftp.inc +DEPENDS += "libz" diff --git a/recipes/lftp/lftp_4.4.14.oe.sig b/recipes/lftp/lftp_4.4.14.oe.sig new file mode 100644 index 0000000..e1dbe43 --- /dev/null +++ b/recipes/lftp/lftp_4.4.14.oe.sig @@ -0,0 +1 @@ +f34cfc0351f8e63a066cf8014ac32a52f5159434 lftp-4.4.14.tar.bz2