From: Denys Dmytriyenko <[email protected]>
Signed-off-by: Denys Dmytriyenko <[email protected]>
---
v2 - make logic conditional based on Qt version
.../packagegroups/packagegroup-arago-tisdk-connectivity.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
index 7b3480c..458a2f9 100644
---
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
+++
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Task to install wireless packages into the target FS"
LICENSE = "MIT"
-PR = "r24"
+PR = "r25"
inherit packagegroup
@@ -34,7 +34,7 @@ FIRMWARE_AND_DRIVERS = "\
"
DEMO_APPS = "\
- wpa-gui-e \
+ ${@base_conditional('QT_PROVIDER', 'qt5', '', 'wpa-gui-e', d)} \
"
BLUETOOTH_STACK = "\
--
2.0.0
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago