From e673cd68aec1cc6dc6ade6704bc7021cc864b933 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 9 Jun 2014 19:29:13 +0200 Subject: [PATCH] openbsc: Add osmo-sgsn to the INITSCRIPT_PACKAGES osmo-sgsn was installing a sysvinit script but it wasn't inside the INITSCRIPT_PACKAGES so it would not be started by default. Use the already existing INITSCRIPT_PARAMS/INITSCRIPT_NAME variables for the osmo-sgsn. Fixes: SYS#366 --- recipes-osmocom/openbsc/openbsc.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-osmocom/openbsc/openbsc.inc b/recipes-osmocom/openbsc/openbsc.inc index 7c27ecc5bf..558dfa2e21 100644 --- a/recipes-osmocom/openbsc/openbsc.inc +++ b/recipes-osmocom/openbsc/openbsc.inc @@ -11,7 +11,7 @@ SRC_URI = "file://osmo-nitb.init \ file://osmo-bsc.init \ file://osmo-sgsn.init" -INC_PR = "r18.${META_TELEPHONY_OSMO_INC}" +INC_PR = "r19.${META_TELEPHONY_OSMO_INC}" EXTRA_OECONF += " --enable-nat --enable-osmo-bsc --enable-smpp" @@ -49,7 +49,7 @@ do_install_append() { PACKAGES =+ "osmo-bsc osmo-nitb osmo-gbproxy osmo-gbproxy-dbg osmo-sgsn ipaccess-utils osmo-bsc-mgcp osmo-bsc-nat" -INITSCRIPT_PACKAGES = "osmo-bsc osmo-bsc-mgcp osmo-nitb" +INITSCRIPT_PACKAGES = "osmo-bsc osmo-bsc-mgcp osmo-nitb osmo-sgsn" CONFFILES_osmo-bsc = "${sysconfdir}/osmocom/osmo-bsc.cfg" INITSCRIPT_NAME_osmo-bsc = "osmo-bsc"