From: Graeme Gregory Date: Sat, 23 May 2009 10:20:08 +0000 (+0100) Subject: transmission_1.61.bb : add patch from svn to fix uploading torrents from the X-Git-Tag: Release-2010-05/1~3425 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d331c00ec96299f5c0f5c4729bb77ee1fb635e;p=openembedded.git transmission_1.61.bb : add patch from svn to fix uploading torrents from the web interface --- diff --git a/recipes/transmission/transmission_1.61.bb b/recipes/transmission/transmission_1.61.bb index e898953dff..dd2b3a4dad 100644 --- a/recipes/transmission/transmission_1.61.bb +++ b/recipes/transmission/transmission_1.61.bb @@ -3,8 +3,9 @@ SECTION = "network" HOMEPAGE = "www.transmissionbt.com/" DEPENDS = "gtk+ gnutls openssl gettext libtool intltool-native curl glib-2.0-native" LICENSE = "GPLv2" -PR = "r4" +PR = "r5" SRC_URI = "http://mirrors.m0k.org/transmission/files/transmission-${PV}.tar.bz2 \ + file://webupload.patch;patch=1;pnum=0 \ file://init" INITSCRIPT_NAME = "transmission"