From: David-John Willis Date: Wed, 17 Mar 2010 12:11:31 +0000 (+0000) Subject: socat 1.7.1.2: Fix broken download URL. X-Git-Tag: Release-2010-05/1~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a55664f486baed5f83cea7004bbdfc26e32212f;p=openembedded.git socat 1.7.1.2: Fix broken download URL. --- diff --git a/recipes/socat/socat_1.7.1.2.bb b/recipes/socat/socat_1.7.1.2.bb index 0a2ab544ad..92430466a6 100644 --- a/recipes/socat/socat_1.7.1.2.bb +++ b/recipes/socat/socat_1.7.1.2.bb @@ -3,7 +3,7 @@ DEPENDS = "openssl" DESCRIPTION = "Socat is a relay for bidirectional data \ transfer between two independent data channels." LICENSE = "GPL" -PR = "r0" +PR = "r1" SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2;name=src \ file://compile.patch;patch=1"