aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-07-30 17:40:01 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-07-30 17:43:00 +0200
commit6d38e36cda3a55e716a284b8ba3afe3d2326935b (patch)
treec36eec87357fbc37c8fbd3d749902deae55220de /recipes/openbsc
parent838abf1993f474976515aa9d7bbb709a6d4044d2 (diff)
downloadopenembedded-6d38e36cda3a55e716a284b8ba3afe3d2326935b.tar.gz
openbsc: Add openbsc and build it from git.
Diffstat (limited to 'recipes/openbsc')
-rw-r--r--recipes/openbsc/openbsc_git.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/openbsc/openbsc_git.bb b/recipes/openbsc/openbsc_git.bb
new file mode 100644
index 0000000000..f2fa2099ac
--- /dev/null
+++ b/recipes/openbsc/openbsc_git.bb
@@ -0,0 +1,12 @@
+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${SRCREV}"
+
+S = "${WORKDIR}/git/openbsc"
+
+inherit autotools