We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e786762 commit 7bc5eb4Copy full SHA for 7bc5eb4
recipes-sdk/corejson/corejson_3.0.0.bb renamed to recipes-sdk/corejson/corejson_3.3.0.bb
@@ -5,13 +5,15 @@ LICENSE = "MIT"
5
LIC_FILES_CHKSUM = "file://LICENSE;md5=7ae2be7fb1637141840314b51970a9f7"
6
7
SRC_URI = "\
8
- gitsm://github.com/FreeRTOS/coreJSON.git;protocol=https;branch=main \
+ gitsm://github.com/FreeRTOS/coreJSON.git;protocol=https;nobranch=1 \
9
file://CMakeLists.txt \
10
file://Findcore_json.cmake \
11
file://run-ptest \
12
"
13
14
-SRCREV = "03a463f23ead5240974c663477baf03fe82fc530"
+UPSTREAM_CHECK_URI = "https://github.com/FreeRTOS/coreJSON/releases"
15
+
16
+SRCREV = "e3b7663f6392d8c10e8db57506ec37e4801b145a"
17
18
S = "${WORKDIR}/git"
19
0 commit comments