diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-11-15 03:55:21 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-11-15 14:32:24 -0500 |
commit | c5162b67b26bc46b3fc6e773f3afa70d7aee7a53 (patch) | |
tree | a495f93a407a1894bd6c29e0e82cc3eb2116e0d3 /recipes-ti/ipc/ti-ipc.inc | |
parent | 1b2141f7e926807ae54822fceed0bb3aef33c257 (diff) | |
download | meta-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.inc | 4 |
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" | |||
9 | TI_IPC_GIT_BRANCH = "ipc-next" | 9 | TI_IPC_GIT_BRANCH = "ipc-next" |
10 | 10 | ||
11 | #Corresponds to 3.44.00.00 | 11 | #Corresponds to 3.44.00.00 |
12 | TI_IPC_SRCREV = "e6f64d4b04f1c929366c922a2e5a4728fbb4d919" | 12 | TI_IPC_SRCREV = "a1852fc8b254ed207bd1c1c88f5b362c9b6cc454" |
13 | 13 | ||
14 | BRANCH = "${TI_IPC_GIT_BRANCH}" | 14 | BRANCH = "${TI_IPC_GIT_BRANCH}" |
15 | SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev" | 15 | SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev" |
@@ -17,7 +17,7 @@ SRCREV = "${TI_IPC_SRCREV}" | |||
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | PV = "3.44.00.00" | 19 | PV = "3.44.00.00" |
20 | INC_PR = "r0" | 20 | INC_PR = "r1" |
21 | 21 | ||
22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
23 | 23 | ||