mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
QtWebEngine based on 94 chromium can be build with python3.
Remove all references to python2 and its meta layer.
Latest oe-core has version of ICU, freetype, harfbuzz and ffmpeg
that are not compatible with Chromium. Disable those PACKAGECONFIGs
by default.
Cherry-picked without qtpdf which is not supported on lts-6.2.
Change-Id: Ie2e38db14df0f51aaa87ecde7e0487b31be0bddd
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
(cherry picked from commit 57b22c6ea0)
Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
13 lines
250 B
BlitzBasic
13 lines
250 B
BlitzBasic
require recipes-qt/qt6/qtwebengine.inc
|
|
|
|
inherit native
|
|
|
|
OECMAKE_SOURCEPATH = "${S}/src/gn"
|
|
OECMAKE_TARGET_COMPILE = "gn"
|
|
|
|
cmake_do_install() {
|
|
eval DESTDIR='${D}' ${CMAKE_VERBOSE} cmake --install '${B}'
|
|
}
|
|
|
|
INSANE_SKIP:${PN} += "already-stripped"
|