Re: [meta-arago] [PATCH] packagegroup: matrix: remove ethernet submenu

2019-09-25 Thread Jacob Stiffler
I forgot the branches in the subject. Can you apply this to master, 
thud, and ti2019.03?


Let me know if I should resubmit.


Thanks,

Jake

On 9/25/2019 12:36 PM, Jacob Stiffler wrote:

* 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 
---
  .../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)} \
  "
  

___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [PATCH] packagegroup: matrix: remove ethernet submenu

2019-09-25 Thread Jacob Stiffler
* 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 
---
 .../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
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago