blob: faa43e8f1a20187b602add99695e769773af63c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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 "
S = "${WORKDIR}/${PN}-dnh${PV}"
PR="r1"
SRC_URI[md5sum] = "9bfe42c2dd6a6aabd545fe332bc23e87"
SRC_URI[sha256sum] = "e65d9c7a4da499314126d979a0a79ce5123e0f969c786bfddcee261f14cb648b"
|