Skip to content

Commit 41773cc

Browse files
authored
Update to 1.0.6.1 (Azure#11)
1 parent 4a9d9e3 commit 41773cc

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export VERSION = "1.0.6.1"

recipes-core/iotedge-cli/iotedge-cli-1.0.6.inc

Lines changed: 0 additions & 1 deletion
This file was deleted.

recipes-core/iotedge-cli/iotedge-cli_1.0.6.bb renamed to recipes-core/iotedge-cli/iotedge-cli_1.0.6.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
inherit cargo
44

55
SRC_URI += "gitsm://github.com/azure/iotedge.git;protocol=https;branch=release/1.0.6"
6-
SRCREV = "8288bc9bd6f6e15295fea506cd3f99d7f6347a6a"
6+
SRCREV = "3fa6cbef8b7fc3c55a49a622735eb1021b8a5963"
77
S = "${WORKDIR}/git/edgelet/iotedge"
88
CARGO_SRC_DIR="iotedge"
99

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export VERSION = "1.0.6.1"

recipes-core/iotedge-daemon/iotedge-daemon-1.0.6.inc

Lines changed: 0 additions & 1 deletion
This file was deleted.

recipes-core/iotedge-daemon/iotedge-daemon_1.0.6.bb renamed to recipes-core/iotedge-daemon/iotedge-daemon_1.0.6.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
inherit cargo
44

55
SRC_URI += "gitsm://github.com/azure/iotedge.git;protocol=https;branch=release/1.0.6"
6-
SRCREV = "8288bc9bd6f6e15295fea506cd3f99d7f6347a6a"
6+
SRCREV = "3fa6cbef8b7fc3c55a49a622735eb1021b8a5963"
77
S = "${WORKDIR}/git/edgelet/iotedged"
88
CARGO_SRC_DIR="iotedged"
99

recipes-core/libiothsm-std/libiothsm-std_1.0.6.bb renamed to recipes-core/libiothsm-std/libiothsm-std_1.0.6.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ file://LICENSE;md5=b98fddd052bb2f5ddbcdbd417ffb26a8 \
66
"
77

88
SRC_URI += "gitsm://github.com/azure/iotedge.git;protocol=https;branch=release/1.0.6"
9-
SRCREV = "8288bc9bd6f6e15295fea506cd3f99d7f6347a6a"
9+
SRCREV = "3fa6cbef8b7fc3c55a49a622735eb1021b8a5963"
1010

1111
S = "${WORKDIR}/git/edgelet/hsm-sys/azure-iot-hsm-c"
1212

0 commit comments

Comments
 (0)