Skip to content

Commit

Permalink
userland: fix installed-vs-shipped in multilib builds
Browse files Browse the repository at this point in the history
Be aware that whole userland repo is marked as ancient and deprecated:
raspberrypi/userland@96a7334
and explicitly says:
"If you are using code from here you should rethink your solution."

But even if your build is using vc4graphics in MACHINE_FEATURES
to avoid most of userland, this issue with multilib was preventing
do_install:append to actually remove those libraries provided by
lib32-mesa when building lib32-userland (e.g. to provide
virtual/libomxil or as dependency of raspidmx or runtime dependency
of omxplayer).

Signed-off-by: Martin Jansa <[email protected]>
  • Loading branch information
shr-project committed Mar 8, 2024
1 parent 92a9b7a commit 10be99b
Show file tree
Hide file tree
Showing 2 changed files with 712 additions and 0 deletions.
Loading

0 comments on commit 10be99b

Please sign in to comment.