Note: qtwebengine-based browser does not work on k3 devices
Signed-off-by: Eric Ruei <[email protected]> --- .../packagegroups/packagegroup-arago-qte-toolchain-target.bb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 88c5c6b..d9c47d5 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 = "r12" +PR = "r13" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -65,6 +65,16 @@ QT5_DEV = " \ qtwebengine-dev \ " +QT5_DEV_append_k3 = " \ + qtwebkit-mkspecs \ + qtwebkit-dev \ +" + +QT5_DEV_remove_k3 = " \ + qtwebengine-mkspecs \ + qtwebengine-dev \ +" + RDEPENDS_${PN} += " \ ${@base_conditional('QT_PROVIDER', 'qt5', "${QT5_DEV}", "${QT4_DEV}", d)} \ " -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
