diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-12-20 12:42:55 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-12-20 12:52:26 +0800 |
commit | e1b53ef11b887a31d4197487d3b181d6d8bfe99d (patch) | |
tree | 7557a69170fc7da5527c9e5b3630a467952a9947 /recipes/openbsc/openbsc-onwaves_git.bb | |
parent | 685833e6db36d4a812b993f4413bc0e0f0ab36e7 (diff) |
openbsc-onwaves: Add new recipe for the OpenBSC On Waves Branch
It is for experimenting with OpenBSC in a more classic
GSM environment.
Diffstat (limited to 'recipes/openbsc/openbsc-onwaves_git.bb')
-rw-r--r-- | recipes/openbsc/openbsc-onwaves_git.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/openbsc/openbsc-onwaves_git.bb b/recipes/openbsc/openbsc-onwaves_git.bb new file mode 100644 index 0000000000..d9cea133cd --- /dev/null +++ b/recipes/openbsc/openbsc-onwaves_git.bb @@ -0,0 +1,7 @@ +require openbsc.inc + +S = "${WORKDIR}/git/openbsc" +SRC_URI = "git://bs11-abis.gnumonks.org/openbsc.git;protocol=git;branch=on-waves/bsc-master" +PV = "0.0.1.1+gitr${SRCREV}" +PR = "${INC_PR}.1" + |