From 7898066cc64e04e920903a24ca9557ed0b67f908 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 31 Oct 2023 17:22:14 +0100 Subject: [PATCH] osmo-bts:Bump version to tag 1.7.1 --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 82b1ee9..9643863 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "sysmocom OsmoBTS" LICENSE = "AGPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788" -SRCREV = "1.7.0" +SRCREV = "1.7.1" 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}"