summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-11-15 03:55:21 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-11-15 14:32:09 -0500
commitdca01b6974474534c22245d1935b98491b001d73 (patch)
tree3bc4b72bac24ca806b9660d8fba2c3d4653c816a /recipes-ti
parent19e05d7cac5dee15527f22ef1a728e8d78422688 (diff)
downloadmeta-ti-dca01b6974474534c22245d1935b98491b001d73.tar.gz
ti-ipc: update to include -pthread fixes
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/ipc/ti-ipc.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index 869dada4..488e0fca 100644
--- a/recipes-ti/ipc/ti-ipc.inc
+++ b/recipes-ti/ipc/ti-ipc.inc
@@ -9,7 +9,7 @@ TI_IPC_GIT_PROTOCOL = "git"
9TI_IPC_GIT_BRANCH = "ipc-next" 9TI_IPC_GIT_BRANCH = "ipc-next"
10 10
11#Corresponds to 3.44.00.00 11#Corresponds to 3.44.00.00
12TI_IPC_SRCREV = "e6f64d4b04f1c929366c922a2e5a4728fbb4d919" 12TI_IPC_SRCREV = "a1852fc8b254ed207bd1c1c88f5b362c9b6cc454"
13 13
14BRANCH = "${TI_IPC_GIT_BRANCH}" 14BRANCH = "${TI_IPC_GIT_BRANCH}"
15SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev" 15SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"
@@ -17,7 +17,7 @@ SRCREV = "${TI_IPC_SRCREV}"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19PV = "3.44.00.00" 19PV = "3.44.00.00"
20INC_PR = "r0" 20INC_PR = "r1"
21 21
22PACKAGE_ARCH = "${MACHINE_ARCH}" 22PACKAGE_ARCH = "${MACHINE_ARCH}"
23 23