From 8c573644521b282a1bb74ab21dd2952bb7fc8535 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 11 Jan 2013 17:44:46 +0100 Subject: [PATCH 1/2] update libosmocore to current de6e4983e7f83794e45af5a70b036ed9f4437ab5 this introduces tlvp_val16_unal() and friends. --- recipes-osmocom/libosmocore/libosmocore_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb index 034088c408..9816c98338 100644 --- a/recipes-osmocom/libosmocore/libosmocore_git.bb +++ b/recipes-osmocom/libosmocore/libosmocore_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "13bb169d71a7eff694b8a2ba24497ee08c73a090" +SRCREV = "de6e4983e7f83794e45af5a70b036ed9f4437ab5" SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git" PV = "0.5.3+gitr${SRCPV}" PR = "0" From d8a23bc0087e898e19cee22f7b37fc44f33fc28d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 14 Jan 2013 01:17:41 +0100 Subject: [PATCH 2/2] 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}/*" +