diff options
author | Karthik Ramanan <a0393906@ti.com> | 2016-06-23 18:47:41 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-06-24 10:30:44 -0400 |
commit | d259985667ba2a37e7fda95d03ae038f18497a50 (patch) | |
tree | 9ee4f1d3fa58199bb3a4c69001495bae0223a5c9 | |
parent | 9f8dfdae2d60512701b6db1c7a2a35d65a6cbc37 (diff) | |
download | meta-ti-d259985667ba2a37e7fda95d03ae038f18497a50.tar.gz |
libdce: add API for query remote proc information
This update contains two main changes:
* Fix for multimedia playback failure with core dumped
* New API addition for querying remote proc information
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-multimedia/libdce/libdce_3.00.10.01.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-multimedia/libdce/libdce_3.00.10.01.bb b/recipes-multimedia/libdce/libdce_3.00.10.01.bb index aa61cb68..7adb9615 100644 --- a/recipes-multimedia/libdce/libdce_3.00.10.01.bb +++ b/recipes-multimedia/libdce/libdce_3.00.10.01.bb | |||
@@ -7,7 +7,9 @@ inherit autotools pkgconfig | |||
7 | DEPENDS = "libdrm ti-ipc" | 7 | DEPENDS = "libdrm ti-ipc" |
8 | 8 | ||
9 | SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git" | 9 | SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git" |
10 | SRCREV = "4e9b02508ac3847df0af5c496a1be7b4ae082ad5" | 10 | SRCREV = "f83e785d2b98404fed9e3a6264bf4945c65abd12" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" | 13 | EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" |
14 | |||
15 | PR = "r1" | ||