Skip to content

Commit 6d0698b

Browse files
committed
Update ChirpStack recipes.
1 parent c340527 commit 6d0698b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

meta/recipes-chirpstack/chirpstack-concentratord/chirpstack-concentratord-2g4_4.0.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SRC_URI += "git://git@github.com/chirpstack/chirpstack-concentratord.git;protoco
1111
SRCREV = "1cf97500aa6b53e8f92bbfbe953df7570838dfe6"
1212
S = "${WORKDIR}/git"
1313
CARGO_SRC_DIR = "chirpstack-concentratord-2g4"
14-
PV:append = ".AUTOINC+1cf97500aa"
14+
1515

1616
# please note if you have entries that do not begin with crate://
1717
# you must change them to how that package can be fetched

meta/recipes-chirpstack/chirpstack-concentratord/chirpstack-concentratord-sx1301_4.0.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SRC_URI += "git://git@github.com/chirpstack/chirpstack-concentratord.git;protoco
1111
SRCREV = "1cf97500aa6b53e8f92bbfbe953df7570838dfe6"
1212
S = "${WORKDIR}/git"
1313
CARGO_SRC_DIR = "chirpstack-concentratord-sx1301"
14-
PV:append = ".AUTOINC+1cf97500aa"
14+
1515

1616
# please note if you have entries that do not begin with crate://
1717
# you must change them to how that package can be fetched

meta/recipes-chirpstack/chirpstack-concentratord/chirpstack-concentratord-sx1302_4.0.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SRC_URI += "git://git@github.com/chirpstack/chirpstack-concentratord.git;protoco
1111
SRCREV = "1cf97500aa6b53e8f92bbfbe953df7570838dfe6"
1212
S = "${WORKDIR}/git"
1313
CARGO_SRC_DIR = "chirpstack-concentratord-sx1302"
14-
PV:append = ".AUTOINC+1cf97500aa"
14+
1515

1616
# please note if you have entries that do not begin with crate://
1717
# you must change them to how that package can be fetched

meta/recipes-chirpstack/chirpstack-concentratord/gateway-id_4.0.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SRC_URI += "git://git@github.com/chirpstack/chirpstack-concentratord.git;protoco
1111
SRCREV = "1cf97500aa6b53e8f92bbfbe953df7570838dfe6"
1212
S = "${WORKDIR}/git"
1313
CARGO_SRC_DIR = "gateway-id"
14-
PV:append = ".AUTOINC+1cf97500aa"
14+
1515

1616
# please note if you have entries that do not begin with crate://
1717
# you must change them to how that package can be fetched

meta/recipes-chirpstack/chirpstack/chirpstack_4.0.3.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ inherit cargo
88
# how to get chirpstack could be as easy as but default to a git checkout:
99
# SRC_URI += "crate://crates.io/chirpstack/4.0.3"
1010
SRC_URI += "git://git@github.com/chirpstack/chirpstack.git;protocol=ssh;nobranch=1"
11-
SRCREV = "6973e91ade51fa5abf41ca4189b5f4eeb2b4a401"
11+
SRCREV = "0ac4ef51e265f39a279cd714454b26c7d8005e01"
1212
S = "${WORKDIR}/git"
1313
CARGO_SRC_DIR = "chirpstack"
14-
PV:append = ".AUTOINC+6973e91ade"
14+
1515

1616
# please note if you have entries that do not begin with crate://
1717
# you must change them to how that package can be fetched

0 commit comments

Comments
 (0)