diff options
author | Chris Larson <clarson@kergoth.com> | 2005-02-10 23:38:11 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-02-10 23:38:11 +0000 |
commit | 8b4b7a3ddef330c3bb880f9b34437bb8bf7cbab1 (patch) | |
tree | 87b297c86168095410cd2e8b994aec1217bfc379 /packages/ctorrent | |
parent | 82ab5dd57ad6a6f8d81a96277253ca4cda193bce (diff) |
ctorrent: apply unslung's patchset (other than getcwd, which is already fixed, and configure, which is bogus).
BKrev: 420bf0639AcekmfgghflSstd_78nQg
Diffstat (limited to 'packages/ctorrent')
-rw-r--r-- | packages/ctorrent/ctorrent_1.3.4.bb | 8 | ||||
-rw-r--r-- | packages/ctorrent/files/align.patch | 0 | ||||
-rw-r--r-- | packages/ctorrent/files/configure.patch | 0 | ||||
-rw-r--r-- | packages/ctorrent/files/crash.patch | 0 | ||||
-rw-r--r-- | packages/ctorrent/files/fmt.patch | 0 | ||||
-rw-r--r-- | packages/ctorrent/files/stall.patch | 0 | ||||
-rw-r--r-- | packages/ctorrent/files/tracker.patch | 0 |
7 files changed, 6 insertions, 2 deletions
diff --git a/packages/ctorrent/ctorrent_1.3.4.bb b/packages/ctorrent/ctorrent_1.3.4.bb index 7690533cbb..55b2fb91df 100644 --- a/packages/ctorrent/ctorrent_1.3.4.bb +++ b/packages/ctorrent/ctorrent_1.3.4.bb @@ -1,4 +1,8 @@ include ctorrent.inc -PR = "r2" +PR = "r3" -SRC_URI += "file://nogetwd.patch;patch=1" +SRC_URI += "file://nogetwd.patch;patch=1 \ + file://crash.patch;patch=1 \ + file://fmt.patch;patch=1 \ + file://stall.patch;patch=1 \ + file://tracker.patch;patch=1" diff --git a/packages/ctorrent/files/align.patch b/packages/ctorrent/files/align.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ctorrent/files/align.patch diff --git a/packages/ctorrent/files/configure.patch b/packages/ctorrent/files/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ctorrent/files/configure.patch diff --git a/packages/ctorrent/files/crash.patch b/packages/ctorrent/files/crash.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ctorrent/files/crash.patch diff --git a/packages/ctorrent/files/fmt.patch b/packages/ctorrent/files/fmt.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ctorrent/files/fmt.patch diff --git a/packages/ctorrent/files/stall.patch b/packages/ctorrent/files/stall.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ctorrent/files/stall.patch diff --git a/packages/ctorrent/files/tracker.patch b/packages/ctorrent/files/tracker.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ctorrent/files/tracker.patch |