task-sysmocom-bts needs to be PACKAGE_ARCH=MACHINE_ARCH

otherwise we would still end up with a sysmobts-calib dependency on the v1
hardware.
This commit is contained in:
Harald Welte 2013-01-11 12:40:32 +01:00 committed by Harald Welte
parent 98b850cdb7
commit e74231478d
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
DEPENDS = "virtual/kernel"
ALLOW_EMPTY = "1"
PR = "r16"
PR = "r17"
CALIB = ""
CALIB_sysmobts-v2 = "sysmobts-calib"
@ -17,4 +17,4 @@ RDEPENDS_${PN} = "\
lmsensors-scripts \
${CALIB} \
"
PACKAGE_ARCH = "${MACHINE_ARCH}"