From ec0d529df008524f963a666e5866d413e5480241 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 13 Feb 2023 17:21:17 +0100 Subject: [PATCH] recipes/sysmobts/osmo-{bts,pcu}: build from tag Build osmo-bts and osmo-pcu from the tag instead of the commit, so we don't need to update the commit. This is how it works in meta-telephony.git already. Fixes: 9a554791 ("Update Osmocom recipes to latest tags (release 202302)") Change-Id: Id55552c25dc49fee6d6b48f2b5c50b008104ba60 --- 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 44e13df..4c394f9 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" -SRC_URI = "git://gerrit.osmocom.org/osmo-bts;protocol=https;destsuffix=git" -SRCREV = "7243cada6a39bf90557f94fb8008b075459d3cfa" -PV = "1.6.0+git${SRCPV}" +SRCREV = "1.6.0" +SRC_URI = "git://gerrit.osmocom.org/osmo-bts;protocol=https;destsuffix=git;tag=${SRCREV};nobranch=1" +PV = "${SRCREV}+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 04418b6..c6263de 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" -SRC_URI = "git://gerrit.osmocom.org/osmo-pcu;protocol=https;branch=master" -SRCREV = "7ebdfc29dad48e2e8d854f6d90f0a2549a76a411" -PV = "1.2.0+git${SRCPV}" +SRCREV = "1.2.0" +SRC_URI = "git://gerrit.osmocom.org/osmo-pcu;protocol=https;branch=master;nobranch=1" +PV = "${SRCREV}+git${SRCPV}" PR = "r0.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git"