[oe-commits] Holger Hans Peter Freyther : openbsc: Add openbsc and build it from git.

git version control git at git.openembedded.org
Thu Jul 30 15:44:02 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6d38e36cda3a55e716a284b8ba3afe3d2326935b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6d38e36cda3a55e716a284b8ba3afe3d2326935b

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Thu Jul 30 17:40:01 2009 +0200

openbsc: Add openbsc and build it from git.

---

 conf/distro/include/sane-srcrevs.inc |    1 +
 recipes/openbsc/openbsc_git.bb       |   12 ++++++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index fed01a2..b6da1cc 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -161,6 +161,7 @@ SRCREV_pn-osb-browser ?= "125"
 SRCREV_pn-osb-jscore ?= "117"
 SRCREV_pn-osb-nrcit ?= "125"
 SRCREV_pn-osb-nrcore ?= "126"
+SRCREV_pn-openbsc ?= "d46299da00f923b24043aa37fa2bae17ffcc1ff7"
 SRCREV_pn-openezx-kernel ?= "43b844d1d38f0343272d3f0f844f80666186c526"
 SRCREV_pn-openmoko-agpsui ?= "7"
 SRCREV_pn-openmoko-alsa-scenarios ?= "4732"
diff --git a/recipes/openbsc/openbsc_git.bb b/recipes/openbsc/openbsc_git.bb
new file mode 100644
index 0000000..f2fa209
--- /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





More information about the Openembedded-commits mailing list