mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
oe-core/whinlatter now has gn recipe which conflicts with our one. Rename the recipe since webengine works only with its own gn. Pick-to: 6.10 6.9 6.8 Change-Id: I9d8bb7645807ed672a5dcbb3a48a636ee578384e Reviewed-by: Ari Parkkila <ari.parkkila@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"
|