aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-osmocom/libosmo-abis/libosmo-abis.inc
blob: 955ebe3ef66b0068595c11958003660696097638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "An utility library for Open Source Mobile Communications"
HOMEPAGE = "https://osmocom.org/projects/libosmo-abis"
LICENSE = "AGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
INC_PR="r1.${META_TELEPHONY_OSMO_INC}"

DEPENDS = "libosmocore ortp libtalloc"

inherit autotools pkgconfig

PACKAGECONFIG ??= "\
    dahdi \
    "
PACKAGECONFIG[dahdi] = "--enable-dahdi,--disable-dahdi,dahdi-linux,"

PACKAGES =+ "libosmotrau libosmotrau-dev"

FILES_libosmotrau = "${libdir}/libosmotrau${SOLIBS}"
FILES_libosmotrau-dev = " \
			${includedir}/osmocom/trau \
			${libdir}/pkgconfig/libosmotrau.pc \
			${libdir}/libosmotrau${SOLIBSDEV} \
			"