blob: efc2eca0d1b819b537841c596c2a020f07c359bc (
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;striplevel=0 "
S = "${WORKDIR}/${PN}-dnh${PV}"
PR="r1"
SRC_URI[md5sum] = "9bfe42c2dd6a6aabd545fe332bc23e87"
SRC_URI[sha256sum] = "e65d9c7a4da499314126d979a0a79ce5123e0f969c786bfddcee261f14cb648b"
|