Acked-by: Franklin Cooper Jr. <[email protected]>
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Denys Dmytriyenko > Sent: Friday, July 18, 2014 3:34 PM > To: [email protected] > Subject: [meta-arago] [PATCH v2 05/11] packagegroup-*-connectivity: > conditionally disable wpa-gui for not supporting Qt5 > > 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-ti > +++ sdk-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 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
