diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-17 16:24:46 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-04-17 16:24:46 -0400 |
commit | c8b3cc5ef81d305d5d90644da36acbc40c7c01f1 (patch) | |
tree | c5780e1ec137dd4cf71d54ba07e41d7795148b75 /recipes/socat | |
parent | 49a720ff8597243a906d7c0f9278ca8f1f9ff670 (diff) | |
parent | a4f79016c537fc93e5a487d51a22fb4d01e9afe8 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/socat')
-rw-r--r-- | recipes/socat/files/ldflags.patch (renamed from recipes/socat/socat-1.3.2.1/ldflags.patch) | 0 | ||||
-rw-r--r-- | recipes/socat/files/xioinitialize.patch (renamed from recipes/socat/socat-1.3.2.1/xioinitialize.patch) | 0 | ||||
-rw-r--r-- | recipes/socat/files/xioopen.patch (renamed from recipes/socat/socat-1.3.2.1/xioopen.patch) | 0 | ||||
-rw-r--r-- | recipes/socat/socat_1.3.2.1.bb | 3 |
4 files changed, 1 insertions, 2 deletions
diff --git a/recipes/socat/socat-1.3.2.1/ldflags.patch b/recipes/socat/files/ldflags.patch index 6ab4681383..6ab4681383 100644 --- a/recipes/socat/socat-1.3.2.1/ldflags.patch +++ b/recipes/socat/files/ldflags.patch diff --git a/recipes/socat/socat-1.3.2.1/xioinitialize.patch b/recipes/socat/files/xioinitialize.patch index 24e816cfd7..24e816cfd7 100644 --- a/recipes/socat/socat-1.3.2.1/xioinitialize.patch +++ b/recipes/socat/files/xioinitialize.patch diff --git a/recipes/socat/socat-1.3.2.1/xioopen.patch b/recipes/socat/files/xioopen.patch index 456862653a..456862653a 100644 --- a/recipes/socat/socat-1.3.2.1/xioopen.patch +++ b/recipes/socat/files/xioopen.patch 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 |