Skip to content

Commit baff5af

Browse files
authored
Fix commit hash for containerm to 20march2023 (#161)
1 parent a807f60 commit baff5af

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

meta-leda-components/recipes-sdv/eclipse-kanto/container-management_%.bbappend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
2121
SRC_URI += "file://service.template \
2222
file://config.json \
2323
"
24-
SRCREV = "6e7c13a83473153c954f81fd89cfd3ad8ee94471"
24+
SRCREV="65e00358fa5aed1792059488a80fe755b36a8191"
2525

2626
do_install:append() {
2727

meta-leda-components/recipes-sdv/eclipse-leda/kanto-auto-deployer_git.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ DEPENDS += " protobuf protobuf-native grpc git-native"
2929
SRCREV_FORMAT = "kadsrc_containerm"
3030

3131
PV:append = ".AUTOINC+cead2d028f"
32-
SRC_URI += "git://github.com/eclipse-leda/leda-utils.git;protocol=https;nobranch=1;name=kadsrc;branch=main"
32+
SRC_URI += "git://github.com/eclipse-leda/leda-utils.git;protocol=https;name=kadsrc;branch=main"
3333
SRCREV_kadsrc = "cead2d028fb011f124b0f321e2c3a7c4e1845c12"
3434

3535
# Fetch the Kanto Container Management repository since kanto-auto-deployer needs the protobuf files from kanto CM
36-
SRC_URI += "git://github.com/eclipse-kanto/container-management;protocol=https;nobranch=1;name=containerm;destsuffix=git/src/rust/kanto-auto-deployer/container-management"
37-
SRCREV_containerm = "6e7c13a83473153c954f81fd89cfd3ad8ee94471"
36+
SRC_URI += "git://github.com/eclipse-kanto/container-management;protocol=https;branch=main;name=containerm;destsuffix=git/src/rust/kanto-auto-deployer/container-management"
37+
SRCREV_containerm = "65e00358fa5aed1792059488a80fe755b36a8191"
3838

3939
S = "${WORKDIR}/git"
4040

meta-leda-components/recipes-sdv/eclipse-leda/kantui_git.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ DEPENDS += "protobuf protobuf-native grpc"
2424

2525
SRCREV_FORMAT = "kantuisrc_containerm"
2626

27-
SRC_URI += "git://github.com/eclipse-leda/leda-utils.git;protocol=https;nobranch=1;name=kantuisrc;branch=main"
27+
SRC_URI += "git://github.com/eclipse-leda/leda-utils.git;protocol=https;name=kantuisrc;branch=main"
2828
SRCREV_kantuisrc = "5bcbef1054775e277117d9cebacbc05234919ba7"
2929
PV:append = ".AUTOINC+5bcbef1054"
3030

3131
# Fetch the Kanto Container Management repository since kantui needs the protobuf files from kanto CM
32-
SRC_URI += "git://github.com/eclipse-kanto/container-management;protocol=https;nobranch=1;name=containerm;destsuffix=git/src/rust/kanto-tui/container-management"
33-
SRCREV_containerm = "6e7c13a83473153c954f81fd89cfd3ad8ee94471"
32+
SRC_URI += "git://github.com/eclipse-kanto/container-management;protocol=https;branch=main;name=containerm;destsuffix=git/src/rust/kanto-tui/container-management"
33+
SRCREV_containerm = "65e00358fa5aed1792059488a80fe755b36a8191"
3434

3535
S = "${WORKDIR}/git"
3636
CARGO_SRC_DIR = "src/rust/kanto-tui"

0 commit comments

Comments
 (0)