update libsmpp to 1.12

Also, link to the osmocom project page, not to the upstream source
(which is unmaintained, AFAIK).

Change-Id: If10f94c574b5dd89d9cb336bcf85dea2887c44d8
diff --git a/recipes-misc/libsmpp/libsmpp34_1.12.bb b/recipes-misc/libsmpp/libsmpp34_1.12.bb
new file mode 100644
index 0000000..b106c3e
--- /dev/null
+++ b/recipes-misc/libsmpp/libsmpp34_1.12.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "C Open SMPP library"
+HOMEPAGE = "http://osmocom.org/projects/libsmpp34"
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+SECTION = "libs"
+DEPENDS = "libxml2"
+
+PR = "r0"
+
+SRC_URI = "git://git.osmocom.org/${PN}"
+SRCREV = "6d47c170cccd8a72eae985c7ecffba3f07d3861a"
+S = "${WORKDIR}/git"
+
+PARALLEL_MAKE = ""
+
+inherit autotools
+
+