From d8a23bc0087e898e19cee22f7b37fc44f33fc28d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 14 Jan 2013 01:17:41 +0100 Subject: [PATCH] add recipe for libsmpp34 from git.osmocom.org this is our local version of libsmpp34 with some fixes/extensions, mostly related to the build system. --- recipes-misc/libsmpp/libsmpp34_git.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes-misc/libsmpp/libsmpp34_git.bb diff --git a/recipes-misc/libsmpp/libsmpp34_git.bb b/recipes-misc/libsmpp/libsmpp34_git.bb new file mode 100644 index 0000000000..ead05d2465 --- /dev/null +++ b/recipes-misc/libsmpp/libsmpp34_git.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "C Open SMPP library" +HOMEPAGE = "http://sourceforge.net/projects/c-open-smpp-34/"" +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" +SECTION = "libs" +DEPENDS = "libxml2" + +S = "${WORKDIR}/git" +SRCREV = "a18bad989696b5047fab20e579a6e5a886a4904f" +SRC_URI = "git://git.osmocom.org/libsmpp34.git;protocol=git" +PV = "1.10+gitr${SRCPV}" +PR = "0" + +PARALLEL_MAKE = "" + +inherit autotools_stage pkgconfig + +PACKAGES =+ "${PN}-apps" +FILES_${PN}-apps = "${bindir}/*" +