diff options
Diffstat (limited to 'recipes/ctorrent/ctorrent_3.3.1.bb')
-rw-r--r-- | recipes/ctorrent/ctorrent_3.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ctorrent/ctorrent_3.3.1.bb b/recipes/ctorrent/ctorrent_3.3.1.bb index faa43e8f1a..efc2eca0d1 100644 --- a/recipes/ctorrent/ctorrent_3.3.1.bb +++ b/recipes/ctorrent/ctorrent_3.3.1.bb @@ -3,7 +3,7 @@ require ctorrent.inc DESCRIPTION += "This is the Enhanced version from the dtorrent project" SRC_URI = "${SOURCEFORGE_MIRROR}/dtorrent/ctorrent-dnh${PV}.tar.gz \ - file://CVE-2009-1759.patch;patch=1;pnum=0 " + file://CVE-2009-1759.patch;striplevel=0 " S = "${WORKDIR}/${PN}-dnh${PV}" PR="r1" |