From 4ea11d35777b1a1fe6ae0d5e8abe8811657c3823 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 23 Jun 2016 08:56:12 +0200 Subject: [PATCH] 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. --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 4 ++-- recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 254e477..3e3e1f3 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -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" diff --git a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb index 847c660..39214a8 100644 --- a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb +++ b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb @@ -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"