This patch fixes the segmentation fault while running viddec3test application
Signed-off-by: Karthik Ramanan <[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 18bcdd6..934d13e 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 = "r13" -SRCREV = "a1df4a987abcb2f868f0ebe759926bf0ea19b58c" +PR = "r14" +SRCREV = "2f399d737ea892aba66173b1d705594b5c201172" 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
