blob: d269daebcb77c6cab79a26a2439dc6fd7861ff79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "An utility library for Open Source Mobile Communications"
DEPENDS = "libosmocore libosmo-netif"
HOMEPAGE = "https://osmocom.org/projects/libosmo-sccp"
LICENSE = "AGPLv3"
INC_PR="r1.${META_TELEPHONY_OSMO_INC}"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
inherit autotools pkgconfig systemd
ALLOW_EMPTY_libosmo-sccp = "1"
|