diff options
Diffstat (limited to 'recipes/tor/tor_0.1.1.26.bb')
-rw-r--r-- | recipes/tor/tor_0.1.1.26.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/tor/tor_0.1.1.26.bb b/recipes/tor/tor_0.1.1.26.bb index b5033ca231..1045c0b6b6 100644 --- a/recipes/tor/tor_0.1.1.26.bb +++ b/recipes/tor/tor_0.1.1.26.bb @@ -7,9 +7,9 @@ LICENSE = "BSD" DEPENDS = "libevent openssl zlib" SRC_URI = "http://tor.eff.org/dist/${P}.tar.gz \ - file://configure.patch;patch=1;pnum=1 \ - file://make.patch;patch=1;pnum=1 \ - file://compat.patch;patch=1;pnum=1 \ + file://configure.patch \ + file://make.patch \ + file://compat.patch \ file://tor.init" |