Use AUTOREV for osmo-bts and osmo-pcu for nightly builds

The nightly builds are supposed to track master of the upstream
git repositories, so let's use AUTOREV for that purpose.
This commit is contained in:
Harald Welte 2016-06-23 08:56:12 +02:00 committed by Daniel Willmann
parent b95241275a
commit 4ea11d3577
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ DESCRIPTION = "sysmocom OsmoBTS"
LICENSE = "AGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;destsuffix=git;nobranch=1"
SRCREV = "d785da59431007a372768403271b4108d8b4201e"
SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;destsuffix=git;branch=master"
SRCREV = "${AUTOREV}"
PV = "1.0.0+git${SRCPV}"
PR = "r1.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"

View File

@ -3,7 +3,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=master"
SRCREV = "99278b105018af24cc5a28673ffa960e933f3979"
SRCREV = "${AUTOREV}"
PV = "0.6.0+git${SRCPV}"
PR = "r0.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"