diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-12-20 12:38:55 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-12-20 12:38:55 +0800 |
commit | 685833e6db36d4a812b993f4413bc0e0f0ab36e7 (patch) | |
tree | d5ecb3e0060988238537faf525d87f7786b29023 /recipes/openbsc/openbsc.inc | |
parent | 2d054fa1b5ac98fe869f184994f69cf67083655b (diff) |
openbsc: Switch to INC_PR and include file
Diffstat (limited to 'recipes/openbsc/openbsc.inc')
-rw-r--r-- | recipes/openbsc/openbsc.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/openbsc/openbsc.inc b/recipes/openbsc/openbsc.inc new file mode 100644 index 0000000000..bb51e2b80f --- /dev/null +++ b/recipes/openbsc/openbsc.inc @@ -0,0 +1,9 @@ +DESCRITOPN = "OpenBSC a Free Software GSM BaseStationController" +DEPENDS = "libdbi" +HOMEPAGE = "http://openbsc.gnumonks.org" + +RDEPENDS = "libdbd-sqlite3" + +INC_PR="r0" + +inherit autotools |