add libsmpp32-dev and gpsd-dev to osmocom SDK/toolchain

libsmpp34 is needed for OsmoNITB SMPP support, and some of our systems
now run gpsd, thus people might wnat to compile applications against
libgps.
This commit is contained in:
Harald Welte 2013-03-15 10:29:56 +01:00
parent 6c31e6c557
commit fc1c332a7e
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ DESCRIPTION = "Software Development Kit for Osmocom devices"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r2"
PR = "r3"
ALLOW_EMPTY = "1"

View File

@ -4,6 +4,8 @@ SDK-OSMO = " \
libosmo-abis-dev \
libgtp-dev \
libdbi-dev \
libsmpp34-dev \
gpsd-dev \
"
SDK-EXTRAS ?= ""