aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2010-12-14 17:20:38 +0100
committerKoen Kooi <koen@openembedded.org>2010-12-14 17:20:38 +0100
commite2f8fbd1643d7c0091cfb5c75c6fc60e11321498 (patch)
tree51e3bd0dbf6d6bdcff04b4b629b7a697147daf35 /recipes
parentebc22d904bfb4ad520d23e7b0d97043919c26eab (diff)
downloadopenembedded-e2f8fbd1643d7c0091cfb5c75c6fc60e11321498.tar.gz
libdce: roll back one commit
17:09 <@robclark> koen: could you try rolling back one commit in libdce, and backing out that patch to set the two extra param's? 17:09 <@robclark> I think all is not right with latest h264 decoder 17:09 * robclark had just noticed the issues with some clips about 15 minutes ago.. so needs some time to debug Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/ti/libdce_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ti/libdce_git.bb b/recipes/ti/libdce_git.bb
index 63ff5280b3..01b6aefd4c 100644
--- a/recipes/ti/libdce_git.bb
+++ b/recipes/ti/libdce_git.bb
@@ -5,9 +5,10 @@ LICENSE = "TI"
inherit autotools lib_package
PV = "1.0.0"
+PR = "r1"
PR_append = "+gitr${SRCREV}"
-SRCREV = "340931755707a6d5a1af"
+SRCREV = "086d0bed544ecb92afde57db32c16b5e97c6f2d2"
SRC_URI = "git://github.com/robclark/libdce.git;protocol=git"
S = "${WORKDIR}/git"