aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openbsc/openbsc_git.bb
blob: d3c2205a9012526d403826f1420c93c009f518ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRITOPN = "OpenBSC a Free Software GSM BaseStationController"
DEPENDS = "libdbi"
HOMEPAGE = "http://openbsc.gnumonks.org"

RDEPENDS = "libdbd-sqlite3"

SRC_URI = "git://bs11-abis.gnumonks.org/openbsc.git;protocol=git"
PV = "0.0.1.0+gitr${SRCPV}"
PE = "1"

S = "${WORKDIR}/git/openbsc"

inherit autotools