Skip to content

Conversation

@raymanfx
Copy link
Contributor

The correct dependencies on egl/wayland-egl are set in line 91:
PACKAGECONFIG[use-egl] = ",,virtual/egl virtual/libgles2"
We must not assign "" to the config in order not to break the build.

Currently the 'bitbake chromium' task fails with the following message:
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: Executing shell function do_configure
| Updating projects from gyp files...
| Package egl was not found in the pkg-config search path.
| Perhaps you should add the directory containing egl.pc' | to the PKG_CONFIG_PATH environment variable | No package 'egl' found | Package wayland-egl was not found in the pkg-config search path. | Perhaps you should add the directory containingwayland-egl.pc'
| to the PKG_CONFIG_PATH environment variable
| No package 'wayland-egl' found

The correct dependencies on egl/wayland-egl are set in line 91:
PACKAGECONFIG[use-egl] = ",,virtual/egl virtual/libgles2"
We must not assign "" to the config in order not to break the build.

Currently the 'bitbake chromium' task fails with the following message:
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: Executing shell function do_configure
| Updating projects from gyp files...
| Package egl was not found in the pkg-config search path.
| Perhaps you should add the directory containing `egl.pc'
| to the PKG_CONFIG_PATH environment variable
| No package 'egl' found
| Package wayland-egl was not found in the pkg-config search path.
| Perhaps you should add the directory containing `wayland-egl.pc'
| to the PKG_CONFIG_PATH environment variable
| No package 'wayland-egl' found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants