Merge commit 'd8a23bc0087e898e19cee22f7b37fc44f33fc28d' into edison

This commit is contained in:
Holger Hans Peter Freyther 2013-01-14 01:19:45 +01:00
commit e8e126f1eb
2 changed files with 21 additions and 1 deletions

View File

@ -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}/*"

View File

@ -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"