Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] qtbase build installs in sysroot (it shouldn’t) #9310

Open
heitbaum opened this issue Sep 17, 2024 · 1 comment
Open

[BUG] qtbase build installs in sysroot (it shouldn’t) #9310

heitbaum opened this issue Sep 17, 2024 · 1 comment

Comments

@heitbaum
Copy link
Contributor

Describe the bug

qtbase is installing into sysroot - whereas the setting is set from PKG_BUILD_FLAGS="-sysroot"

How to reproduce

Steps to reproduce the behavior:

  1. scripts/build qtbase
  2. find build.LibreELEC-Generic.x86_64-13.0-devel -name QtWidgets
  3. See error

Information

  • LibreELEC Version: [e.g. 9.2.1] 13.0
  • Hardware Platform: [e.g. RPi3] Generic
@vpeter4
Copy link
Contributor

vpeter4 commented Oct 6, 2024

You have in PKG_CONFIGURE_OPTS_TARGET -sysroot "${SYSROOT_PREFIX}"
To skip installing to sysroot folder you need to add empty function makeinstall_target().
But obviously hyperion will fail building because it doesn't find widgets and setting path will be required somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants