aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libspf2
diff options
context:
space:
mode:
authorKlaus Schwarzkopf <schwarzkopf@sensortherm.de>2010-11-27 18:24:01 +0100
committerEric Bénard <eric@eukrea.com>2010-11-28 11:01:39 +0100
commitbbfa1aeb9011757e361f23efa4a40798b376b4eb (patch)
treeb26be0ceb852e0a7879303e07dc4d211fff3bd85 /recipes/libspf2
parent08f8e8ed379b35f43b030b5fbfcdd1424e3983ce (diff)
downloadopenembedded-bbfa1aeb9011757e361f23efa4a40798b376b4eb.tar.gz
libspf2: fixed SRC_URI
fixed URI, and homepage and checksum Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes/libspf2')
-rw-r--r--recipes/libspf2/libspf2_1.2.9.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/libspf2/libspf2_1.2.9.bb b/recipes/libspf2/libspf2_1.2.9.bb
index 0f491c9b73..55227fed5a 100644
--- a/recipes/libspf2/libspf2_1.2.9.bb
+++ b/recipes/libspf2/libspf2_1.2.9.bb
@@ -2,11 +2,12 @@ DESCRIPTION = "libspf2 is a complete and robust implementation of SPF which \
provides support for many MTAs."
SECTION = "libs/network"
LICENSE = "LGPL"
-SRC_URI = "http://www.libspf2.org/spf/libspf2-${PV}.tar.gz;name=src"
+HOMEPAGE = "http://spf.anarres.org/index.html"
+SRC_URI = "http://spf.anarres.org/spf/libspf2-${PV}.tar.gz"
S = "${WORKDIR}/libspf2-${PV}"
-SRC_URI[src.md5sum] = "3305df4d1b13ca964d80b23bb5e4e2b6"
-SRC_URI[src.sha256sum] = "4837f6b063b1431673754cbf6bef8979de5ffc4d7f26f6b93abd42787ba04862"
+SRC_URI[md5sum] = "3305df4d1b13ca964d80b23bb5e4e2b6"
+SRC_URI[sha256sum] = "4837f6b063b1431673754cbf6bef8979de5ffc4d7f26f6b93abd42787ba04862"
inherit autotools