diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-07 10:31:59 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-07 10:41:48 +0200 |
commit | 8658973a5624fc5af7d4a35b50adccad7d3bb0cc (patch) | |
tree | 044155eece997cb49b41d458b5209b6dc882e679 /recipes/socat/socat_1.3.2.1.bb | |
parent | 6c5e86faf07d37d5e85c4249e3bb52555e9d839b (diff) |
socat: catch up SRC_URI
Diffstat (limited to 'recipes/socat/socat_1.3.2.1.bb')
-rw-r--r-- | recipes/socat/socat_1.3.2.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/socat/socat_1.3.2.1.bb b/recipes/socat/socat_1.3.2.1.bb index 612987858b..c30fb7a0ec 100644 --- a/recipes/socat/socat_1.3.2.1.bb +++ b/recipes/socat/socat_1.3.2.1.bb @@ -5,11 +5,10 @@ transfer between two independent data channels." LICENSE = "GPL" PR = "r1" -SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \ +SRC_URI = "http://www.dest-unreach.org/socat/download/Archive/socat-${PV}.tar.bz2 \ file://xioopen.patch;patch=1 \ file://ldflags.patch;patch=1 \ file://xioinitialize.patch;patch=1" - S = "${WORKDIR}/socat-1.3" inherit autotools |