blob: 73d6e3e93a0a17f327c0236280fd6c368f674eea (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRITOPN = "OpenBSC a Free Software GSM BaseStationController"
DEPENDS = "libdbi"
HOMEPAGE = "http://openbsc.gnumonks.org"
RDEPENDS_${PN} = "libdbd-sqlite3"
INC_PR="r1"
inherit autotools
|