Merge oe-devel@oe-devel.bkbits.net:openembedded
authorChris Larson <clarson@kergoth.com>
Thu, 10 Feb 2005 23:32:57 +0000 (23:32 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 10 Feb 2005 23:32:57 +0000 (23:32 +0000)
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.inc [new file with mode: 0644]
packages/ctorrent/ctorrent_1.3.2.bb [deleted file]
packages/ctorrent/ctorrent_1.3.4.bb
packages/ctorrent/files/nogetwd.patch [new file with mode: 0644]

diff --git a/packages/ctorrent/ctorrent.inc b/packages/ctorrent/ctorrent.inc
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/ctorrent/ctorrent_1.3.2.bb b/packages/ctorrent/ctorrent_1.3.2.bb
deleted file mode 100644 (file)
index 435420f..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "CTorrent is a console BitTorrent client written in the C \
-programming language."
-DEPENDS = "openssl"
-LICENSE = "GPL"
-SECTION = "network"
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-PR = "r1"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.gz"
-S = "${WORKDIR}/ctorrent-${PV}"
-
-inherit autotools
index b1db2fb..7690533 100644 (file)
@@ -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 <kergoth@handhelds.org>"
-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"
diff --git a/packages/ctorrent/files/nogetwd.patch b/packages/ctorrent/files/nogetwd.patch
new file mode 100644 (file)
index 0000000..e69de29