[oe-commits] Michael 'Mickey' Lauer : socat: catch up SRC_URI

GIT User account git at amethyst.openembedded.net
Tue Apr 7 08:45:25 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8658973a5624fc5af7d4a35b50adccad7d3bb0cc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8658973a5624fc5af7d4a35b50adccad7d3bb0cc

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Apr  7 10:31:59 2009 +0200

socat: catch up SRC_URI

---

 conf/checksums.ini                                 |    2 +-
 .../socat/{socat-1.3.2.1 => files}/ldflags.patch   |    0 
 .../{socat-1.3.2.1 => files}/xioinitialize.patch   |    0 
 .../socat/{socat-1.3.2.1 => files}/xioopen.patch   |    0 
 recipes/socat/socat_1.3.2.1.bb                     |    3 +--
 5 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 6ded5a9..0b05edf 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -21162,7 +21162,7 @@ sha256=489bb2f9fb69922e9befc27ae1b8d19d31c83c586f55b7ecc503cb4f5e767da4
 md5=6df271fd6a92d7641d7b060dedf7fec6
 sha256=7eedc4ece1c82668c06222ef85457206139253e24a50e5b5d2401a41baee28c1
 
-[http://www.dest-unreach.org/socat/download/socat-1.3.2.1.tar.bz2]
+[http://www.dest-unreach.org/socat/download/Archive/socat-1.3.2.1.tar.bz2]
 md5=860fe417ea5e9ca2d2b2225192b85b87
 sha256=ecfbca297c26eff6cb04c2c45af1ee5c21d4a123a05f8b056a1c81ffcdfa1e3a
 
diff --git a/recipes/socat/socat-1.3.2.1/ldflags.patch b/recipes/socat/files/ldflags.patch
similarity index 100%
rename from recipes/socat/socat-1.3.2.1/ldflags.patch
rename to recipes/socat/files/ldflags.patch
diff --git a/recipes/socat/socat-1.3.2.1/xioinitialize.patch b/recipes/socat/files/xioinitialize.patch
similarity index 100%
rename from recipes/socat/socat-1.3.2.1/xioinitialize.patch
rename to recipes/socat/files/xioinitialize.patch
diff --git a/recipes/socat/socat-1.3.2.1/xioopen.patch b/recipes/socat/files/xioopen.patch
similarity index 100%
rename from recipes/socat/socat-1.3.2.1/xioopen.patch
rename to 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 6129878..c30fb7a 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





More information about the Openembedded-commits mailing list