linux-sysmocom: We require bc-native for kernel compilation now

This commit is contained in:
Holger Hans Peter Freyther 2014-03-28 21:36:34 +01:00
parent 575be79d5a
commit b008109769
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
inherit kernel
require linux-sysmocom.inc
DEPENDS += "bc-native"
# at versions changes do not forget to update conf/machine/include/sysmobts.inc too
LINUX_VERSION ?= "3.10.28"
LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}"
@ -14,7 +16,7 @@ BTS_FIRMWARE_NAME_sysmobts-2050 = "sysmobts-v2"
SRCREV = "ad70d9a96e62bcdbc184512ae375d5d9b5d318d4"
PR = "r31.4"
PR = "r32"
PV = "${LINUX_VERSION}+git${SRCPV}"
SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=v3.10 \