libsmpp34: Switch to the osmocom fork, apps are not installed anymore

This commit is contained in:
Holger Hans Peter Freyther 2012-11-09 18:32:23 +08:00 committed by Holger Hans Peter Freyther
parent 9e130f1ac1
commit 12a1b8ea4b
1 changed files with 4 additions and 6 deletions

View File

@ -5,17 +5,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
SECTION = "libs"
DEPENDS = "libxml2"
PR = "r2"
PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/c-open-smpp-34/c-open-smpp-34/libsmpp34-1.10%20%28LGPL%29/libsmpp34-${PV}.tar.gz"
SRC_URI[md5sum] = "fbc428bffa12a2cbe449005c0378fa64"
SRC_URI[sha256sum] = "7c4d7e30f1a0c10a282f3360adf25c6681bcc578ddaffc6a7d790d1637305a1f"
SRC_URI = "git://git.osmocom.org/${PN}"
SRCREV = "9288d59cfdc452fa3a92728149537372ee5c6c56"
S = "${WORKDIR}/git"
PARALLEL_MAKE = ""
inherit autotools
PACKAGES =+ "${PN}-apps"
FILES_${PN}-apps = "${bindir}/*"