Ping. If there are no objections, I'll merge this patch on Tuesday.
On Tue, Sep 05, 2017 at 07:19:27PM -0400, Denys Dmytriyenko wrote: > Eric, Jake, et al, > > I'll take the first 3 patches in this series into morty-next for testing to > get into rc2, but I'll leave out this #4 for now - waiting for your comments. > Thanks. > > -- > Denys > > > On Tue, Sep 05, 2017 at 07:09:52PM -0400, Denys Dmytriyenko wrote: > > Replaced with either QtWebEngine or full Chromium on A15 platforms. > > > > Signed-off-by: Denys Dmytriyenko <[email protected]> > > --- > > .../recipes-core/packagegroups/packagegroup-arago-qte.bb | 5 > > +---- > > .../recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb | 4 > > +--- > > .../packagegroups/packagegroup-arago-qte-toolchain-target.bb | 5 > > +---- > > 3 files changed, 3 insertions(+), 11 deletions(-) > > > > diff --git > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb > > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb > > index f6788f3..fb38ab8 100644 > > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb > > @@ -1,6 +1,6 @@ > > DESCRIPTION = "Task to add Qt embedded related packages" > > LICENSE = "MIT" > > -PR = "r12" > > +PR = "r13" > > > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > > > @@ -36,9 +36,6 @@ QT5_ESSENTIALS = "\ > > qtmultimedia-qmlplugins \ > > ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', > > 'qtwayland-plugins', '', d)} \ > > qt3d-qmlplugins \ > > - qtwebkit-qmlplugins \ > > - qtquick1-plugins \ > > - qtquick1-qmlplugins \ > > qtquickcontrols-qmlplugins \ > > qtquickcontrols2-qmlplugins \ > > qtgraphicaleffects-qmlplugins \ > > diff --git > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb > > > > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb > > index 30bac7b..f6f7468 100644 > > --- > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb > > +++ > > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb > > @@ -1,6 +1,6 @@ > > DESCRIPTION = "Task to add Qt embedded related packages" > > LICENSE = "MIT" > > -PR = "r16" > > +PR = "r17" > > > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > > > @@ -20,14 +20,12 @@ QT5_DEMOS = "\ > > qtdeclarative-tools \ > > qtlocation-examples \ > > qtmultimedia-examples \ > > - qtquick1-examples \ > > qtscript-examples \ > > qtsvg-examples \ > > ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', > > 'qtwayland-examples', '', d)} \ > > qtwebbrowser \ > > qtwebbrowser-examples \ > > qtwebengine-examples \ > > - qtwebkit-examples-examples \ > > " > > > > QT_DEMOS = "\ > > diff --git > > a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb > > > > b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb > > index 73bae9d..88c5c6b 100644 > > --- > > a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb > > +++ > > b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb > > @@ -1,7 +1,7 @@ > > DESCRIPTION = "Target packages for Qt Embedded SDK" > > LICENSE = "MIT" > > > > -PR = "r11" > > +PR = "r12" > > > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > > > @@ -47,7 +47,6 @@ QT5_DEV = " \ > > qtbase-mkspecs \ > > qtdeclarative-mkspecs \ > > qtscript-mkspecs \ > > - qtwebkit-mkspecs \ > > qt3d-mkspecs \ > > qtlocation-mkspecs \ > > qtsensors-mkspecs \ > > @@ -57,13 +56,11 @@ QT5_DEV = " \ > > qtbase-staticdev \ > > qtdeclarative-dev \ > > qtscript-dev \ > > - qtwebkit-dev \ > > qt3d-dev \ > > qtlocation-dev \ > > qtsensors-dev \ > > qtsvg-dev \ > > qtxmlpatterns-dev \ > > - qtquick1-dev \ > > qtwebengine-mkspecs \ > > qtwebengine-dev \ > > " > > -- > > 2.7.4 > > > _______________________________________________ > 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
