From 9a554791fe77a0e90aa5cbf6f2c71d19b6472c34 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 8 Feb 2023 10:14:22 +0100 Subject: [PATCH 1/2] Update Osmocom recipes to latest tags (release 202302) --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 2 +- recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 1c68537..96b5ba0 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788" SRC_URI = "git://gerrit.osmocom.org/osmo-bts;protocol=https;destsuffix=git" SRCREV = "7243cada6a39bf90557f94fb8008b075459d3cfa" -PV = "1.5.0+git${SRCPV}" +PV = "1.6.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 c366ef5..04418b6 100644 --- a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb +++ b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://gerrit.osmocom.org/osmo-pcu;protocol=https;branch=master" SRCREV = "7ebdfc29dad48e2e8d854f6d90f0a2549a76a411" -PV = "1.1.0+git${SRCPV}" +PV = "1.2.0+git${SRCPV}" PR = "r0.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git" -- 2.40.1 From 3fc844e59a989e14c02aadcfc20ac2229fd0e0c6 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 7 Sep 2022 11:01:22 +0200 Subject: [PATCH 2/2] osmo-bts: Depend on libosmo-netif Since osmo-bts.git a2dc808acc5b99122e97c9013cb1ec2ae0c4a2a1, osmo-bts depends on libosmo-netif. Let's add the dependency when building. --- 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 96b5ba0..44e13df 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -8,7 +8,7 @@ PV = "1.6.0+git${SRCPV}" PR = "r0.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git" -DEPENDS = "libosmocore libosmo-abis femtobts-api gpsd" +DEPENDS = "libosmocore libosmo-abis libosmo-netif femtobts-api gpsd" DEPENDS_append_sysmobts-v2 = " femtobts-api" DEPENDS_append_sysmobts2100 = " lc15-firmware" DEPENDS_append_oc2g = " oc2g-firmware systemd" -- 2.40.1