From: Koen Kooi Date: Tue, 14 Dec 2010 16:20:38 +0000 (+0100) Subject: libdce: roll back one commit X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2f8fbd1643d7c0091cfb5c75c6fc60e11321498;p=openembedded.git 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 --- 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"