summaryrefslogtreecommitdiffstats
path: root/recipes/libspf2
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-28 17:32:45 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-28 17:34:00 +0100
commit7872ac2dfdaefd0e1081868705e120c50318c909 (patch)
tree1a41e76395550aa3ddbb7f4d0fb5edea4a6c1cbd /recipes/libspf2
parent0b12da9a30a415f7e6351453dc42edbb9b5497a8 (diff)
downloadopenembedded-7872ac2dfdaefd0e1081868705e120c50318c909.tar.gz
libspf2: Upgrade libspf2 to 1.2.9
* Fix licensing. According to the website it is LGPL or two clause BSD * Fix packaging with the libspf2-bin * Move the checksum into the bb file
Diffstat (limited to 'recipes/libspf2')
-rw-r--r--recipes/libspf2/libspf2_1.0.4.bb12
-rw-r--r--recipes/libspf2/libspf2_1.2.9.bb16
2 files changed, 16 insertions, 12 deletions
diff --git a/recipes/libspf2/libspf2_1.0.4.bb b/recipes/libspf2/libspf2_1.0.4.bb
deleted file mode 100644
index 8254d25f7c..0000000000
--- a/recipes/libspf2/libspf2_1.0.4.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "libspf2 is a complete and robust implementation of SPF which \
-provides support for many MTAs."
-SECTION = "libs/network"
-LICENSE = "GPL"
-SRC_URI = "http://www.libspf2.org/spf/libspf2-${PV}.tar.gz"
-S = "${WORKDIR}/libspf2-${PV}"
-
-inherit autotools
-
-PACKAGES =+ "${PN}-bin"
-FILES_${PN}-bin = "${bindir}"
-FILES_${PN} = "${libdir}/lib*.so.*"
diff --git a/recipes/libspf2/libspf2_1.2.9.bb b/recipes/libspf2/libspf2_1.2.9.bb
new file mode 100644
index 0000000000..0f491c9b73
--- /dev/null
+++ b/recipes/libspf2/libspf2_1.2.9.bb
@@ -0,0 +1,16 @@
+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"
+S = "${WORKDIR}/libspf2-${PV}"
+
+SRC_URI[src.md5sum] = "3305df4d1b13ca964d80b23bb5e4e2b6"
+SRC_URI[src.sha256sum] = "4837f6b063b1431673754cbf6bef8979de5ffc4d7f26f6b93abd42787ba04862"
+
+inherit autotools
+
+PACKAGES =+ "${PN}-bin-dbg ${PN}-bin"
+FILES_${PN}-bin = "${bindir}"
+FILES_${PN}-bin-dbg = "${bindir}/.debug"
+FILES_${PN} = "${libdir}/lib*.so.*"