This update brings in the following fixes: * Makefile: fix library linking issues * v4l2-m2m: add support for DSS WB device * vpe: Rename testcase to v4l2-m2m
Signed-off-by: Karthik Ramanan <[email protected]> --- .../recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb index fc1ff46..9515735 100644 --- a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb +++ b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb @@ -14,9 +14,9 @@ inherit autotools pkgconfig SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git \ " -SRCREV="f7562ecf76c559972205d7faaa3b50bdb43de238" +SRCREV = "491b3129a5c5267d72aba8878b50731f27356d3a" -PR = "r47" +PR = "r48" do_install_append () { install -d ${D}${sysconfdir}/glsdkstatcoll -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
