|
|
|
@ -4,8 +4,8 @@ LIC_FILES_CHKSUM="file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
|
|
|
|
|
|
|
|
|
|
SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=sysmocom/0.3.0-next;name=osmobts;destsuffix=git \
|
|
|
|
|
git://git.osmocom.org/openbsc;protocol=git;branch=master;name=openbsc;destsuffix=openbsc"
|
|
|
|
|
SRCREV_osmobts = "5eab81d02ae80af9f87d75389707a8ff76414076"
|
|
|
|
|
SRCREV_openbsc = "f659992616a910a48d48766986460f6ccd23e971"
|
|
|
|
|
SRCREV_osmobts = "b469e7314860794aebd904ebc4a63f877c01c3fc"
|
|
|
|
|
SRCREV_openbsc = "6a399efb720dc05b9ac4ae2010199301cb0e4ef1"
|
|
|
|
|
PV = "0.3.0+git${SRCPV}"
|
|
|
|
|
PR = "r1.${META_TELEPHONY_OSMO_INC}"
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
@ -51,7 +51,8 @@ INITSCRIPT_PACKAGES = "${PN}"
|
|
|
|
|
INITSCRIPT_NAME_${PN} = "sysmobts"
|
|
|
|
|
INITSCRIPT_PARAMS_${PN} = "defaults 30 30"
|
|
|
|
|
|
|
|
|
|
PACKAGES =+ "osmo-bts-remote sysmobts-calib"
|
|
|
|
|
PACKAGES =+ "osmo-bts-remote sysmobts-calib sysmobts-util"
|
|
|
|
|
|
|
|
|
|
FILES_osmo-bts-remote = " ${bindir}/sysmobts-remote "
|
|
|
|
|
FILES_sysmobts-calib = " ${bindir}/sysmobts-calib "
|
|
|
|
|
FILES_sysmobts-util = " ${bindir}/sysmobts-util "
|
|
|
|
|