summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/sciclient
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/sciclient')
-rw-r--r--recipes-bsp/sciclient/sciclient-rtos_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb
index a8dcd56e..3453bc9e 100644
--- a/recipes-bsp/sciclient/sciclient-rtos_git.bb
+++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb
@@ -13,14 +13,14 @@ SCICLIENT_GIT_PROTOCOL = "git"
13SCICLIENT_GIT_BRANCH = "master" 13SCICLIENT_GIT_BRANCH = "master"
14 14
15# Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.03" 15# Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.03"
16SCICLIENT_SRCREV = "c593925c3d9aecf18a8a1834d0eb098851457098" 16SCICLIENT_SRCREV = "c11ceefc4e4ca820aa1e76292af71680f90e7a63"
17 17
18BRANCH = "${SCICLIENT_GIT_BRANCH}" 18BRANCH = "${SCICLIENT_GIT_BRANCH}"
19SRC_URI = "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRANCH}" 19SRC_URI = "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRANCH}"
20 20
21SRCREV = "${SCICLIENT_SRCREV}" 21SRCREV = "${SCICLIENT_SRCREV}"
22PV = "01.00.00.03" 22PV = "01.00.00.03"
23PR = "r1" 23PR = "r2"
24 24
25DEPENDS_append = " osal-rtos common-csl-ip-rtos" 25DEPENDS_append = " osal-rtos common-csl-ip-rtos"
26 26