File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
meta-leda-components/recipes-sdv Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
2121SRC_URI += "file://service.template \
2222 file://config.json \
2323 "
24- SRCREV = "6e7c13a83473153c954f81fd89cfd3ad8ee94471"
24+ SRCREV = "65e00358fa5aed1792059488a80fe755b36a8191"
2525
2626do_install :append () {
2727
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ DEPENDS += " protobuf protobuf-native grpc git-native"
2929SRCREV_FORMAT = "kadsrc_containerm"
3030
3131PV :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"
3333SRCREV_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
3939S = "${WORKDIR} /git"
4040
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ DEPENDS += "protobuf protobuf-native grpc"
2424
2525SRCREV_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"
2828SRCREV_kantuisrc = "5bcbef1054775e277117d9cebacbc05234919ba7"
2929PV :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
3535S = "${WORKDIR} /git"
3636CARGO_SRC_DIR = "src/rust/kanto-tui"
You can’t perform that action at this time.
0 commit comments