summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ti-ipc.inc
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:24 -0500
commitc5162b67b26bc46b3fc6e773f3afa70d7aee7a53 (patch)
treea495f93a407a1894bd6c29e0e82cc3eb2116e0d3 /recipes-ti/ipc/ti-ipc.inc
parent1b2141f7e926807ae54822fceed0bb3aef33c257 (diff)
downloadmeta-ti-c5162b67b26bc46b3fc6e773f3afa70d7aee7a53.tar.gz
ti-ipc: update to include -pthread fixes
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc/ti-ipc.inc')
-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