diff options
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" |