openbsc: Build a lot newer version and install sgsn script

This commit is contained in:
Holger Hans Peter Freyther 2014-03-21 18:32:49 +01:00
parent 12ffb5bffe
commit d496a8d59b
2 changed files with 5 additions and 3 deletions

View File

@ -84,7 +84,9 @@ INITSCRIPT_NAME_osmo-sgsn = "osmo-sgsn"
INITSCRIPT_PARAMS_osmo-sgsn = "defaults 30 30"
FILES_osmo-sgsn = " ${bindir}/osmo-sgsn \
${sysconfdir}/init.d/osmo-sgsn \
${sysconfdir}/osmocom/osmo-sgsn.cfg"
${sysconfdir}/osmocom/osmo-sgsn.cfg \
${systemd_unitdir}/system/osmo-sgsn.service \
"
FILES_ipaccess-utils = " ${bindir}/ipaccess-find ${bindir}/ipaccess-config ${bindir}/ipaccess-proxy "
FILES_osmo-bsc-nat = " ${bindir}/osmo-bsc_nat "

View File

@ -1,9 +1,9 @@
require ${PN}.inc
PV = "0.13.0+gitr${SRCPV}"
PR = "${INC_PR}.2"
PR = "${INC_PR}.3"
SRCREV = "caa98d51b64e16bbe6d4933d9052b617432e5e22"
SRCREV = "ebe55aa95a11bff56779e1354cf8f6640a1a7a9e"
SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git"
S = "${WORKDIR}/git/openbsc"