On Wed, Mar 24, 2021 at 02:15:22PM -0500, Gowtham Tammana wrote: > qtdeclarative-examples package was disabled due to build issues. > Reenable it as there are no build issues now.
Does it work for you? It still seems to break for me. I guess Praneeth can throw it on the build farm to try... > Signed-off-by: Gowtham Tammana <[email protected]> > --- > meta-arago-distro/conf/distro/arago.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-arago-distro/conf/distro/arago.conf > b/meta-arago-distro/conf/distro/arago.conf > index 7c702814..3c715447 100644 > --- a/meta-arago-distro/conf/distro/arago.conf > +++ b/meta-arago-distro/conf/distro/arago.conf > @@ -125,7 +125,7 @@ PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer" > > # Add examples in Qt5 package configurations > PACKAGECONFIG_append_pn-qtcharts = " examples" > -#PACKAGECONFIG_append_pn-qtdeclarative = " examples" > +PACKAGECONFIG_append_pn-qtdeclarative = " examples" > PACKAGECONFIG_append_pn-qtlocation = " examples" > PACKAGECONFIG_append_pn-qtmultimedia = " examples" > PACKAGECONFIG_append_pn-qtscript = " examples" > -- > 2.31.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
