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/ctorrent_1.3.4.bb | |
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/ctorrent_1.3.4.bb')
-rw-r--r-- | packages/ctorrent/ctorrent_1.3.4.bb | 8 |
1 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" |