From 890ee03084eeb58099f5b3a6489b4afc6916a705 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 8 Aug 2019 18:55:04 +0200 Subject: [PATCH] set up osmocom recipes with AUTOREV to track git master NOTE: changes unrelated to Osmocom versions from master should be made against the 201705 branch, not the branch here! Change-Id: I7bcf0b88183696e1af61fc20bd4701fbdd7e582c --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 6 +++--- recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 82b1ee9..6a1f1aa 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -2,9 +2,9 @@ DESCRIPTION = "sysmocom OsmoBTS" LICENSE = "AGPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788" -SRCREV = "1.7.0" -SRC_URI = "git://gerrit.osmocom.org/osmo-bts;protocol=https;destsuffix=git;tag=${SRCREV};nobranch=1" -PV = "${SRCREV}+git${SRCPV}" +SRC_URI = "git://gerrit.osmocom.org/osmo-bts;protocol=https;destsuffix=git" +SRCREV = "${AUTOREV}" +PV = "1.7.0+git${SRCPV}" PR = "r0.${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 d187484..4d9516d 100644 --- a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb +++ b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb @@ -2,9 +2,9 @@ DESCRIPTION = "Osmocom PCU for sysmoBTS" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRCREV = "1.3.0" -SRC_URI = "git://gerrit.osmocom.org/osmo-pcu;protocol=https;branch=master;nobranch=1" -PV = "${SRCREV}+git${SRCPV}" +SRC_URI = "git://gerrit.osmocom.org/osmo-pcu;protocol=https;branch=master" +SRCREV = "${AUTOREV}" +PV = "1.3.0+git${SRCPV}" PR = "r0.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git"