Contains the following changes: * Updated dependent package list * Addition of encoder tests * Bug fixes
Signed-off-by: Karthik Ramanan <[email protected]> --- .../omapdrmtest/omapdrmtest_1.0.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 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 d24130f..04fc2e7 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 @@ -2,12 +2,12 @@ DESCRIPTION = "Test applications for OMAP DRM interface" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://viddec3test.c;beginline=1;endline=16;md5=c391f44e40a29096285e3121923041df" -DEPENDS += "libdrm libdce libav" +DEPENDS += "libav libdce libdrm libgbm omap5-sgx-ddk-um-linux" inherit autotools pkgconfig -PR = "r3" -SRCREV = "64e4e389dd8be4947c107a057f34556a4280281a" +PR = "r4" +SRCREV = "04da689692ec7cd3ef0f315c9c00d9051cefdd10" 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
