sdk: Use the staticdev packet for libosmo-sccp

libosmo-sccp does not install any dynamically shared libraries
so let us install/depend on the staticdev package installing the
.a files and the -dev package.
This commit is contained in:
Holger Hans Peter Freyther 2014-01-17 15:30:31 +01:00
parent 068f2d676a
commit 66a2947315
2 changed files with 2 additions and 2 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 = "r4"
PR = "r5"
ALLOW_EMPTY_${PN} = "1"

View File

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