diff options
Diffstat (limited to 'recipes/tinc')
-rw-r--r-- | recipes/tinc/tinc_1.0.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tinc/tinc_1.0.2.bb b/recipes/tinc/tinc_1.0.2.bb index 712113cf7b..c1c57b114e 100644 --- a/recipes/tinc/tinc_1.0.2.bb +++ b/recipes/tinc/tinc_1.0.2.bb @@ -5,8 +5,8 @@ LICENSE = "GPLv2" PR = "r1" SRC_URI="http://www.tinc-vpn.org/packages/tinc-1.0.2.tar.gz \ - file://mtu-vlan.diff;patch=1 \ - file://public-key-fix.diff;patch=1 \ + file://mtu-vlan.diff \ + file://public-key-fix.diff \ file://init" DEPENDS = "openssl lzo zlib" |