X11 build: remove atrix-hmi-demo-evse and matrix-hmi-demo-protection-relays
Signed-off-by: Eric Ruei <[email protected]> --- recipes-core/matrix/matrix-gui-hmi-demos_2.0.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100755 => 100644 recipes-core/matrix/matrix-gui-hmi-demos_2.0.bb diff --git a/recipes-core/matrix/matrix-gui-hmi-demos_2.0.bb b/recipes-core/matrix/matrix-gui-hmi-demos_2.0.bb old mode 100755 new mode 100644 index 1ed5a5e..20c0426 --- a/recipes-core/matrix/matrix-gui-hmi-demos_2.0.bb +++ b/recipes-core/matrix/matrix-gui-hmi-demos_2.0.bb @@ -15,8 +15,9 @@ HMI_RDEPENDS += "matrix-gui-apps-images matrix-gui-submenus-hmi" FILES_${PN} += "${MATRIX_BASE_DIR}/*" -PACKAGES = "matrix-hmi-demo-evse \ - matrix-hmi-demo-protection-relays\ + +PACKAGES = "${@bb.utils.contains("MACHINE_FEATURES", "xsgx", '', "matrix-hmi-demo-evse", d)} \ + ${@bb.utils.contains("MACHINE_FEATURES", "xsgx", '', "matrix-hmi-demo-protection-relays", d)} \ " RDEPENDS_matrix-hmi-demo-evse = " \ -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
