diff options
author | Karthik Ramanan <a0393906@ti.com> | 2017-02-15 17:34:38 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-02-15 14:36:59 -0500 |
commit | f06c713f64c2e493b2b824578673d7ddbf821ae5 (patch) | |
tree | dad29be279aec6cd920bee599630aafac111ed7f /recipes-multimedia/libdce | |
parent | e7a164190c84ae257fde8c4befe9e629b071ccf1 (diff) | |
download | meta-ti-f06c713f64c2e493b2b824578673d7ddbf821ae5.tar.gz |
libdce: Update SRCREV
This change will include:
* New interface file for MJPEG Encoder
* Increase max instances of Engines
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-multimedia/libdce')
-rw-r--r-- | recipes-multimedia/libdce/libdce_3.00.12.00.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/libdce/libdce_3.00.12.00.bb b/recipes-multimedia/libdce/libdce_3.00.12.00.bb index b1bbeab3..1a2c1043 100644 --- a/recipes-multimedia/libdce/libdce_3.00.12.00.bb +++ b/recipes-multimedia/libdce/libdce_3.00.12.00.bb | |||
@@ -7,9 +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 = "c51f144b079836afb868bff44afe7308248a0217" | 10 | SRCREV = "398dd27e7f3181fff9e3d910b418c69f1493f52f" |
11 | 11 | ||
12 | PR = "r1" | 12 | PR = "r4" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" | 15 | EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" |