From e568fa2c271a13144811c62fedc72977df8ad9e8 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 9 Jul 2012 10:28:22 +0200 Subject: [PATCH] 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. --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 2c7d1d7..df08064 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -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"