aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-03-13 15:54:58 +0100
committerHarald Welte <laforge@gnumonks.org>2013-03-13 15:54:58 +0100
commit29263f162526c96b7fbc7a30d31f385df289dd34 (patch)
tree84df265c4eef7568fc7bce834b0c422d8a07f394 /recipes-osmocom
parentb7d4da72b6f60726231025bf1417d40a9b7c76c7 (diff)
Build openbsc with SMPP interface
Diffstat (limited to 'recipes-osmocom')
-rw-r--r--recipes-osmocom/openbsc/openbsc.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-osmocom/openbsc/openbsc.inc b/recipes-osmocom/openbsc/openbsc.inc
index 6d6366e..658fb55 100644
--- a/recipes-osmocom/openbsc/openbsc.inc
+++ b/recipes-osmocom/openbsc/openbsc.inc
@@ -1,5 +1,5 @@
DESCRITOPN = "OpenBSC a Free Software GSM BaseStationController"
-DEPENDS = "libdbi libosmocore libosmo-sccp libosmo-abis openggsn"
+DEPENDS = "libdbi libosmocore libosmo-sccp libosmo-abis openggsn libsmpp34"
HOMEPAGE = "http://openbsc.osmocom.org/"
LICENSE = "AGPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
@@ -10,10 +10,10 @@ SRC_URI = "file://osmo-nitb.init \
file://osmo-bsc_mgcp.init \
file://osmo-bsc.init \
file://osmo-sgsn.init"
-INC_PR = "r14.${META_TELEPHONY_OSMO_INC}"
+INC_PR = "r15.${META_TELEPHONY_OSMO_INC}"
-EXTRA_OECONF += " --enable-nat --enable-osmo-bsc "
+EXTRA_OECONF += " --enable-nat --enable-osmo-bsc --enable-smpp"
inherit autotools update-rc.d