femtobts-api: ensure SRCREV is set on non-sysmobts machines.

COMPATIBLE_MACHINE didn't work, unfortunately.
This commit is contained in:
Harald Welte 2013-01-29 15:25:42 +01:00
parent b726969f84
commit 557e1b47ba
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ SECTION = "kernel"
LICENSE = "CLOSED"
SRC_URI = "git://git.sysmocom.de/sysmo-bts/layer1-api.git;protocol=git;branch=master"
SRCREV = "superfemto_v3.0.1pre"
SRCREV_sysmobts-v2 = "superfemto_v3.0.1pre"
SRCREV_sysmobts-v1 = "femtobts_v2.7"
PV = "${SRCREV}+git${SRCPV}"