Update recipe to include patches for: 1. Add signal handler for viddec3test and videnc2test 2. Fix Segfault issue with viidec3test dual decode
Signed-off-by: Pooja Prajod <[email protected]> --- meta-arago-extras/recipes-graphics/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 b086379..e219170 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 ti-sgx-ddk-um wayland" inherit autotools pkgconfig -PR = "r15" -SRCREV = "a30dd9a5fc1ae7cdfb8c17a4685efb7eaf693ddc" +PR = "r18" +SRCREV = "e4a2932a836c54f4a20b4be9d541d11d3a246a31" SRC_URI = "git://git.ti.com/glsdk/omapdrmtest.git;protocol=git \ " -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
