osmo-bts: The start script is using nice, depend on coreutils for that

Our version of busybox does not provide the nice command, use the
fullblown coreutils instead.
This commit is contained in:
Holger Hans Peter Freyther 2012-07-09 10:28:22 +02:00
parent e6ec2228da
commit e568fa2c27
1 changed files with 2 additions and 1 deletions

View File

@ -7,11 +7,12 @@ SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=master;name=os
SRCREV_osmobts = "b19592f7134baeae1541e55b6efead887739291d"
SRCREV_openbsc = "019f913ca383bda9256e273c06327041b1761330"
PV = "0.0+git${SRCPV}"
PR = "r19"
PR = "r20"
S = "${WORKDIR}/git"
SRCREV_FORMAT = "openbsc-rosmobts"
DEPENDS = "libosmocore libosmo-abis femtobts-api"
RDEPENDS_${PN} += "coreutils"
EXTRA_OECONF += "--enable-sysmocom-bts"