File tree Expand file tree Collapse file tree 6 files changed +17
-7
lines changed
recipes-azure/azure-iot-sdk-c
recipes-connectivity/rclone
recipes-google-cloud/google-cloud-cpp Expand file tree Collapse file tree 6 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ LICENSE = "MIT"
5
5
LIC_FILES_CHKSUM = "file://LICENSE;md5=4283671594edec4c13aeb073c219237a"
6
6
7
7
SRC_URI = "\
8
- git://github.com/Azure/azure-iot-sdk-c.git;protocol=https;branch=main;tag=LTS_03_2024 \
8
+ git://github.com/Azure/azure-iot-sdk-c.git;protocol=https;branch=main \
9
9
"
10
10
11
+ SRCREV = "09d4e9ca46d1facea7d6d0c7ac13e56edd0a715f"
12
+
11
13
PV = "1.13.0+git${SRCPV} "
12
14
13
15
include ${BPN} . inc
Original file line number Diff line number Diff line change @@ -15,5 +15,6 @@ inherit go-mod
15
15
GO_IMPORT = "github.com/rclone/rclone"
16
16
GO_INSTALL = "${GO_IMPORT} "
17
17
18
- SRC_URI = "git://${GO_IMPORT} .git;branch=master;protocol=https;tag=v ${PV} "
18
+ SRC_URI = "git://${GO_IMPORT} .git;branch=master;protocol=https"
19
19
20
+ SRCREV = "b6013a5e689ff4ff8a869aa262c9d04d454f5a71"
Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ require ${BPN}-crates.inc
15
15
PR = "r0"
16
16
17
17
SRC_URI += "\
18
- git://github.com/Instagram/LibCST.git;protocol=https;branch=main;tag=v ${PV} \
18
+ git://github.com/Instagram/LibCST.git;protocol=https;branch=main \
19
19
"
20
20
21
+ SRCREV = "9f54920d9d32a519aa1702485ed56c55d8189a0c"
22
+
21
23
S = "${WORKDIR} /git"
22
24
Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ LICENSE = "Apache-2.0"
5
5
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
6
6
7
7
SRC_URI = "\
8
- git://github.com/googleapis/google-cloud-cpp.git;protocol=https;branch=main;tag=v ${PV} \
8
+ git://github.com/googleapis/google-cloud-cpp.git;protocol=https;branch=main \
9
9
file://0001-Remove-compiler-flags-from-build-info.patch \
10
10
"
11
11
12
+ SRCREV = "60768edc006fcdf97bb01c604d04cd47ccec668b"
13
+
12
14
include ${BPN} . inc
13
15
Original file line number Diff line number Diff line change @@ -9,9 +9,11 @@ inherit cmake
9
9
PR = "r0"
10
10
11
11
SRC_URI = "\
12
- git://github.com/google/crc32c.git;protocol=https;branch=main;tag= ${PV} \
12
+ git://github.com/google/crc32c.git;protocol=https;branch=main \
13
13
"
14
14
15
+ SRCREV = "02e65f4fd3065d27b2e29324800ca6d04df16126"
16
+
15
17
S = "${WORKDIR} /git"
16
18
17
19
EXTRA_OECMAKE += "\
@@ -22,4 +24,3 @@ EXTRA_OECMAKE += "\
22
24
"
23
25
24
26
BBCLASSEXTEND = "native nativesdk"
25
-
Original file line number Diff line number Diff line change @@ -9,9 +9,11 @@ inherit cmake pkgconfig
9
9
PR = "r0"
10
10
11
11
SRC_URI = "\
12
- git://github.com/nlohmann/json.git;protocol=https;branch=master;tag=v ${PV} \
12
+ git://github.com/nlohmann/json.git;protocol=https;branch=master \
13
13
"
14
14
15
+ SRCREV = "9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03"
16
+
15
17
S = "${WORKDIR} /git"
16
18
17
19
ALLOW_EMPTY :${PN} = "1"
You can’t perform that action at this time.
0 commit comments