aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-01-07 12:46:28 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-01-07 12:46:28 +0100
commit2c0703fe7e9feb9eefe105ac86a594c3c3bda7ac (patch)
tree55472b859c8d9c1c40e210b888494f6e494bdc85
parentcc6393bd358c5a8ce851a706ae8a2021a3ab6f21 (diff)
Update Osmocom recipes to latest tags (release 202001)
-rw-r--r--recipes-osmocom/libosmo-abis/libosmo-abis_git.bb4
-rw-r--r--recipes-osmocom/libosmo-netif/libosmo-netif_git.bb4
-rw-r--r--recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb4
-rw-r--r--recipes-osmocom/libosmocore/libosmocore_git.bb6
-rw-r--r--recipes-osmocom/openbsc/openbsc_git.bb4
-rw-r--r--recipes-osmocom/osmo-bsc/osmo-bsc_git.bb4
-rw-r--r--recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb4
-rw-r--r--recipes-osmocom/osmo-hlr/osmo-hlr_git.bb4
-rw-r--r--recipes-osmocom/osmo-iuh/osmo-iuh_git.bb4
-rw-r--r--recipes-osmocom/osmo-mgw/osmo-mgw_git.bb4
-rw-r--r--recipes-osmocom/osmo-msc/osmo-msc_git.bb4
-rw-r--r--recipes-osmocom/osmo-pcap/osmo-pcap_git.bb4
-rw-r--r--recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb4
-rw-r--r--recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb4
14 files changed, 29 insertions, 29 deletions
diff --git a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
index e64ace2..0582599 100644
--- a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
+++ b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
@@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
-SRCREV = "30249a15d51a15b498e87b78bd3fc8d684ffcf46"
+SRCREV = "c313d44272f04b24dad38f4caea17180f9cbc509"
SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git"
-PV = "0.7.0+gitr${SRCPV}"
+PV = "0.8.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
index 23a0148..c52c7e9 100644
--- a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
+++ b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
@@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
-SRCREV = "592057bb33dc0c336a63003cd7a3a67944d92757"
+SRCREV = "b8121e79ef53b30df535fb38987b3a48853ebbe9"
SRC_URI = "git://git.osmocom.org/libosmo-netif.git;protocol=git"
-PV = "0.6.0+gitr${SRCPV}"
+PV = "0.7.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb b/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
index 6204aab..31fa234 100644
--- a/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
+++ b/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
@@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
-SRCREV = "0b7ad1a72fae2a4547bf0d1d6430918a74ea577b"
+SRCREV = "5e4643f4bc76a1437621348550b5b2a603e2179b"
SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=git"
-PV = "1.1.0+gitr${SRCPV}"
+PV = "1.2.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb
index f43f296..d5eab3a 100644
--- a/recipes-osmocom/libosmocore/libosmocore_git.bb
+++ b/recipes-osmocom/libosmocore/libosmocore_git.bb
@@ -1,10 +1,10 @@
require ${PN}.inc
S = "${WORKDIR}/git"
-SRCREV = "c996d652f974f803653ce66d27d60675c1f77c2e"
+SRCREV = "2862f9082ed4f16383a134e1112610d76ad91bf0"
SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git;nobranch=1"
-PV = "1.2.0+gitr${SRCPV}"
-PR = "${INC_PR}.1"
+PV = "1.3.0+gitr${SRCPV}"
+PR = "${INC_PR}.0"
PACKAGES =+ "libosmoctrl libosmocodec libosmogb libosmogsm libosmovty osmo-arfcn osmo-auc-gen osmo-config-merge"
FILES_libosmoctrl = "${libdir}/libosmoctrl${SOLIBS}"
diff --git a/recipes-osmocom/openbsc/openbsc_git.bb b/recipes-osmocom/openbsc/openbsc_git.bb
index c9b75e8..98318a4 100644
--- a/recipes-osmocom/openbsc/openbsc_git.bb
+++ b/recipes-osmocom/openbsc/openbsc_git.bb
@@ -1,10 +1,10 @@
require ${PN}.inc
-PV = "1.3.1+gitr${SRCPV}"
+PV = "1.3.2+gitr${SRCPV}"
PRINC = "0"
PR = "${INC_PR}.0"
-SRCREV = "bb414bf8b104e1b56e61bb804c75d30cda2a9e3c"
+SRCREV = "3f457a3b79e2908664b40eab9ca8e70c44a54898"
SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git"
S = "${WORKDIR}/git/openbsc"
diff --git a/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb b/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
index 19be0e5..fdb389b 100644
--- a/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
+++ b/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
@@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
-SRCREV = "3c9485751cd20215ca6029df8dde4be94ee6f39d"
+SRCREV = "a1362ce8c20b2fa60e3da67936ea69d406e23aff"
SRC_URI = "git://git.osmocom.org/osmo-bsc.git;protocol=git"
-PV = "1.5.0+gitr${SRCPV}"
+PV = "1.6.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb b/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
index 939fc58..b1b2298 100644
--- a/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
+++ b/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
@@ -1,9 +1,9 @@
require ${PN}.inc
S = "${WORKDIR}/git"
-SRCREV = "67aebc9d1c6b0773b082b496a579be1a80c2a9b2"
+SRCREV = "e71e0f2af84d8b26f4c09a8c859f86cf701b3357"
SRC_URI = "git://git.osmocom.org/osmo-ggsn \
file://libgtp-queue_depth_32.patch \
"
-PV = "1.4.0+gitr${SRCPV}"
+PV = "1.5.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb b/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
index 2a5d842..90bb611 100644
--- a/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
+++ b/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
@@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
-SRCREV = "9cf0030b6a8e41fbcfec6cedb5f6c2c5871d7931"
+SRCREV = "3a66698d87b29e0bf8eb53ca29db7e0f02871abc"
SRC_URI = "git://git.osmocom.org/osmo-hlr.git;protocol=git"
-PV = "1.1.0+gitr${SRCPV}"
+PV = "1.2.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb b/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb
index 2d1beba..66efd8c 100644
--- a/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb
+++ b/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb
@@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
-SRCREV = "505fa9eae765a31289e3a1743f606e83b9cd65d0"
+SRCREV = "67d32a0386b1c0bfb7a12f63b5bb475a08010e80"
SRC_URI = "git://git.osmocom.org/osmo-iuh.git;protocol=git"
-PV = "0.5.0+gitr${SRCPV}"
+PV = "0.6.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb b/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb
index 3b8d37d..14dd5c1 100644
--- a/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb
+++ b/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb
@@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
-SRCREV = "50e52e45f9c01d5799520ddb53565b868729801f"
+SRCREV = "ec45068972b85c6ace5483c5f533dae8e7975d41"
SRC_URI = "git://git.osmocom.org/osmo-mgw.git;protocol=git"
-PV = "1.6.0+gitr${SRCPV}"
+PV = "1.7.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-msc/osmo-msc_git.bb b/recipes-osmocom/osmo-msc/osmo-msc_git.bb
index c3681ad..2f11b66 100644
--- a/recipes-osmocom/osmo-msc/osmo-msc_git.bb
+++ b/recipes-osmocom/osmo-msc/osmo-msc_git.bb
@@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
-SRCREV = "0218814c8c099d6e9e6ba1e85f8d0d6672a32214"
+SRCREV = "6a0c4d9d24f7a591018898459b8767c6d1447309"
SRC_URI = "git://git.osmocom.org/osmo-msc.git;protocol=git"
-PV = "1.5.0+gitr${SRCPV}"
+PV = "1.6.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb b/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
index 2e2ca55..dd25b50 100644
--- a/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
+++ b/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
@@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
-SRCREV = "5e10f1db125cf869c5f1769df9abdd6084679b3e"
+SRCREV = "d8368cebf8ca159c38027e4cb9109f9f0bcd0a46"
SRC_URI = "git://git.osmocom.org/osmo-pcap.git;protocol=git"
-PV = "0.1.1+gitr${SRCPV}"
+PV = "0.1.2+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb b/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
index fe22de5..f0aa365 100644
--- a/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
+++ b/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
@@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
-SRCREV = "d7ef94c0bb48797cb53947773c9e59ccdedc72bb"
+SRCREV = "394aa533e9e3a744dfe10c2cf01898dabb8d6812"
SRC_URI = "git://git.osmocom.org/osmo-sgsn.git;protocol=git"
-PV = "1.5.0+gitr${SRCPV}"
+PV = "1.6.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb b/recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
index ec679c5..5d525ae 100644
--- a/recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
+++ b/recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
@@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
-SRCREV = "f56af15181afdeeb9b517c589b7a220820b0083b"
+SRCREV = "e58ead7ac4c0e97f82ceef828b8da30f7cb84927"
SRC_URI = "git://git.osmocom.org/osmo-sip-connector.git;protocol=git"
-PV = "1.3.0+gitr${SRCPV}"
+PV = "1.4.0+gitr${SRCPV}"
PR = "${INC_PR}.0"