Martin Jansa fab0e0522c qtwebengine: add dependency on nodejs-native
* it's mandatory since this commit:
  commit c9d902ca6ca3b1aa2e2762329d18c226d26520af
  Author: Allan Sandfeld Jensen <allan.jensen@qt.io>
  Date:   Fri Nov 6 09:16:15 2020 +0100

    Adaptations for Chromium 87

* unfortunatelly missing this dependency only shows an warning in do_configure:
  Note: The following modules are not being compiled in this configuration:
      webenginecore
      webengine
      webenginewidgets

  WARNING: Nodejs is required to build QtWebEngine.

  WARNING: QtWebEngine will not be built.

  and then it fails in do_install with:

  make[1]: Leaving directory '/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qtwebengine/5.15.3+gitAUTOINC+f121523512_9406a89a9d-r0/build/src'
  sed: can't read /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qtwebengine/5.15.3+gitAUTOINC+f121523512_9406a89a9d-r0/image/usr/lib/pkgconfig/Qt5WebEngineCore.pc: No such file or directory
  WARNING: exit code 2 from a shell command.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-05-08 13:28:06 +02:00
2021-01-22 12:00:07 +01:00

Qt5 OpenEmbedded/Yocto Project layer

This layer depends on:

URI: https://github.com/openembedded/openembedded-core (branch: master)

When building stuff like qtdeclarative, qtquick, qtwebkit, make sure that you have required PACKAGECONFIG options enabled in qtbase build, see qtbase recipe for detail.

Some recipes like qtwebengine would need 32bit multilib compiler on build host, especially when target to be built is 32bit, e.g. arm since it builds v8 engine which requires $CC -m32 to work, so ensure that host compiler can generate 32bit code, on archlinux distributions this would be

pacman -S lib32-gcc-libs lib32-glibc

Contributing

Please submit any patches against the meta-qt5 layer by using the GitHub pull-request feature. Fork the repo, make a branch, do the work, rebase from upstream, create the pull request, yada-yada.

Maintainers

Yocto Project Compatible

Yocto Project Compatible

meta-qt5 has Yocto Project Compatible status since 2013. Check it at: https://www.yoctoproject.org/product/meta-qt5

Description
No description provided
Readme 4.6 MiB
Languages
BitBake 95.2%
Python 4%
Roff 0.7%