The following issues will be resolved with this update: * viddec3test: move a global variable to demux structure * vpe: Correct the colorspace field * display-kmscube: fix race condition for buffer to face mapping * vpe: Pass correct colorspace to s_fmt ioctl
Signed-off-by: Karthik Ramanan <[email protected]> --- .../omapdrmtest/omapdrmtest_1.0.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb index 5ed1783..5d17409 100644 --- a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb +++ b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb @@ -6,8 +6,8 @@ DEPENDS += "libav libdce libdrm libgbm omap5-sgx-ddk-um-linux wayland" inherit autotools pkgconfig -PR = "r7" -SRCREV = "a2f483ef833ce7a6f3e0b975d9e49267960b288e" +PR = "r9" +SRCREV = "152713c45d7972ed08f506255c43ce7ff634a9f5" SRC_URI = "git://git.ti.com/glsdk/omapdrmtest.git;protocol=git" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
