set up osmocom recipes with AUTOREV to track git master

This is for the upcoming nightly builds, where all our osmo*
recipes are going to track current master of their respective
upstream git repository.

Change-Id: Idda98bdfa07c16aee1955fa63373b358bb754c90
This commit is contained in:
Pau Espin 2021-02-24 18:57:10 +01:00
parent 71d4865653
commit 5b90d8a3d9
19 changed files with 37 additions and 37 deletions

View File

@ -6,8 +6,8 @@ SECTION = "libs"
DEPENDS = "libxml2"
S = "${WORKDIR}/git"
SRCREV = "1.14.1"
SRC_URI = "git://git.osmocom.org/libsmpp34.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/libsmpp34.git;protocol=git"
PV = "1.14.1+gitr${SRCPV}"
PR = "r0"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "0.9.34"
SRC_URI = "git://git.osmocom.org/libasn1c.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/libasn1c.git;protocol=git"
PV = "0.9.34+gitr${SRCPV}"
PR = "${INC_PR}.0"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "1.3.0"
SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git"
PV = "1.3.0+gitr${SRCPV}"
PR = "${INC_PR}.0"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "1.2.0"
SRC_URI = "git://git.osmocom.org/libosmo-netif.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/libosmo-netif.git;protocol=git"
PV = "1.2.0+gitr${SRCPV}"
PR = "${INC_PR}.0"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "1.6.0"
SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=git"
PV = "1.6.0+gitr${SRCPV}"
PR = "${INC_PR}.0"

View File

@ -1,8 +1,8 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "1.7.0"
SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git;nobranch=1"
PV = "1.7.0+gitr${SRCPV}"
PR = "${INC_PR}.0"

View File

@ -4,7 +4,7 @@ PV = "1.4.2+gitr${SRCPV}"
PRINC = "0"
PR = "${INC_PR}.0"
SRCREV = "21cebdfa29829975e5b94688f3fc8d0b10e3fa14"
SRCREV = "${AUTOREV}"
SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git"
S = "${WORKDIR}/git/openbsc"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "1.9.0"
SRC_URI = "git://git.osmocom.org/osmo-bsc.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/osmo-bsc.git;protocol=git"
PV = "1.9.0+gitr${SRCPV}"
PR = "${INC_PR}.0"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "0.3.0"
SRC_URI = "git://git.osmocom.org/osmo-gbproxy.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/osmo-gbproxy.git;protocol=git"
PV = "0.3.0+gitr${SRCPV}"
PR = "${INC_PR}.0"

View File

@ -1,8 +1,8 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "1.9.0"
SRC_URI = "git://git.osmocom.org/osmo-ggsn;protocol=git;tag=${SRCREV};nobranch=1 \
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/osmo-ggsn;protocol=git \
file://0001-libgtp-set-PDP_MAX-to-128.patch \
"
PV = "1.9.0+gitr${SRCPV}"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "1.5.0"
SRC_URI = "git://git.osmocom.org/osmo-hlr.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/osmo-hlr.git;protocol=git"
PV = "1.5.0+gitr${SRCPV}"
PR = "${INC_PR}.0"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "1.3.0"
SRC_URI = "git://git.osmocom.org/osmo-hnbgw.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/osmo-hnbgw.git;protocol=git"
PV = "1.3.0+gitr${SRCPV}"
PR = "${INC_PR}.0"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "1.3.0"
SRC_URI = "git://git.osmocom.org/osmo-iuh.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/osmo-iuh.git;protocol=git"
PV = "1.3.0+gitr${SRCPV}"
PR = "${INC_PR}.0"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "1.10.0"
SRC_URI = "git://git.osmocom.org/osmo-mgw.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/osmo-mgw.git;protocol=git"
PV = "1.10.0+gitr${SRCPV}"
PR = "${INC_PR}.0"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "1.9.0"
SRC_URI = "git://git.osmocom.org/osmo-msc.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/osmo-msc.git;protocol=git"
PV = "1.9.0+gitr${SRCPV}"
PR = "${INC_PR}.0"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "0.4.0"
SRC_URI = "git://git.osmocom.org/osmo-pcap.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/osmo-pcap.git;protocol=git"
PV = "0.4.0+gitr${SRCPV}"
PR = "${INC_PR}.0"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "1.9.0"
SRC_URI = "git://git.osmocom.org/osmo-sgsn.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/osmo-sgsn.git;protocol=git"
PV = "1.9.0+gitr${SRCPV}"
PR = "${INC_PR}.0"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "1.6.1"
SRC_URI = "git://git.osmocom.org/osmo-sip-connector.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/osmo-sip-connector.git;protocol=git"
PV = "1.6.1+gitr${SRCPV}"
PR = "${INC_PR}.0"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "0.3.2"
SRC_URI = "git://git.osmocom.org/osmo-sysmon.git;protocol=git;tag=${SRCREV};nobranch=1"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/osmo-sysmon.git;protocol=git"
PV = "0.3.2+gitr${SRCPV}"
PR = "${INC_PR}.0"