* The ethernet submenu is the only submenu explicitly added to a packagegroup. * submenus are RDEPENDS on the matrix apps, so adding here is unnecessary.
Signed-off-by: Jacob Stiffler <[email protected]> --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb index c2c5975..1b57798 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Task to include Matrix v2" LICENSE = "MIT" -PR = "r80" +PR = "r81" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -28,7 +28,6 @@ MATRIX_COMMON_APPS = " \ matrix-gui-oprofile-demos \ matrix-gui-settings-demos \ matrix-gui-usb-demos \ - matrix-gui-submenus-ethernet \ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'matrix-gui-weston-terminal-demo', '', d)} \ " -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
