KmsCube executed with connector-id as argument resulted in SEgmentation fault due to previous commit's one change.
Add : after c in argument list as fix Signed-off-by: Ramprasad N <[email protected]> --- meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb b/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb index 2b305e7..782d21a 100644 --- a/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb +++ b/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb @@ -10,8 +10,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit autotools pkgconfig -PR = "r13" -SRCREV = "456cabc661caac5c60729751d45efd668faa8e97" +PR = "r14" +SRCREV = "7bc7ff6c4ead19761003ed4a08d00ce64effe38b" SRC_URI = "git://git.ti.com/glsdk/kmscube.git;protocol=git" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
