From 82ab5dd57ad6a6f8d81a96277253ca4cda193bce Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 10 Feb 2005 23:32:57 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:openembedded into odin.sc.ti.com:/home/kergoth/code/user/oe/openembedded 2005/02/10 17:32:47-06:00 ti.com!kergoth Apply a patch to ctorrent to make it use getcwd rather than getwd (getwd is deprecated for portability and security reasons), which fixes its build for uclibc. BKrev: 420bef29QJwsJ4TljggrfcaXdL72OA --- packages/ctorrent/ctorrent_1.3.4.bb | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'packages/ctorrent/ctorrent_1.3.4.bb') diff --git a/packages/ctorrent/ctorrent_1.3.4.bb b/packages/ctorrent/ctorrent_1.3.4.bb index b1db2fb098..7690533cbb 100644 --- a/packages/ctorrent/ctorrent_1.3.4.bb +++ b/packages/ctorrent/ctorrent_1.3.4.bb @@ -1,12 +1,4 @@ -DESCRIPTION = "CTorrent is a console BitTorrent client written in the C \ -programming language." -DEPENDS = "openssl" -LICENSE = "GPL" -SECTION = "network" -MAINTAINER = "Chris Larson " -PR = "r1" +include ctorrent.inc +PR = "r2" -SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.bz2" -S = "${WORKDIR}/ctorrent-${PV}" - -inherit autotools +SRC_URI += "file://nogetwd.patch;patch=1" -- cgit 1.2.3-korg