SDK: make sure to include libosmo-abis, libdbi and libgtp headers

This enables the SDK to do a full openbsc build.
This commit is contained in:
Harald Welte 2012-05-31 17:46:54 +02:00 committed by Holger Hans Peter Freyther
parent 1e224b39ae
commit 242922ceae
2 changed files with 4 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 = "r1"
PR = "r2"
ALLOW_EMPTY = "1"

View File

@ -1,6 +1,9 @@
SDK-OSMO = " \
libosmocore-dev \
libosmo-sccp-dev \
libosmo-abis-dev \
libgtp-dev \
libdbi-dev \
"
SDK-EXTRAS ?= ""