You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build_library/catalyst_toolchains: Install baselayout first
Previously it was not needed - the toolchains didn't have even an
indirect dependency on baselayout. With switching to the selinux
profile which enables a couple of additional USE flags (selinux, caps,
audit), baselayout ends up being pulled in too. This in turn required
fixing copying of stuff from sysroot - <SYSROOT>/lib cannot be copied
to <ROOT>, because <ROOT>/lib already exists (installed by baselayout)
and is a symlink.
0 commit comments