From: Denys Dmytriyenko <[email protected]> As long as Weston compositor runs on top of either DRM or fbdev, should not depend on SGX libs
Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../packagegroups/packagegroup-arago-tisdk-graphics.bb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb index 1439638..d730799 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Task to install graphics binaries" LICENSE = "MIT" -PR = "r5" +PR = "r6" inherit packagegroup @@ -16,15 +16,16 @@ GRAPHICS_SDK = "\ omap3-sgx-modules \ " -GRAPHICS_RDEPENDS = "" - -GRAPHICS_RDEPENDS_ti33x = "\ - ${GRAPHICS_SDK} \ +GRAPHICS_RDEPENDS = "\ weston \ weston-init \ weston-examples \ " +GRAPHICS_RDEPENDS_ti33x = "\ + ${GRAPHICS_SDK} \ +" + GRAPHICS_RDEPENDS_ti43x = "\ ${GRAPHICS_SDK} \ " -- 2.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
