Re: [OE-core] [PATCH] glibc: Fix multilibs + usrmerge builds

2019-06-29 Thread Jason Wessel
This version was against the thud branch.  I'll send a v2 for the master branch since there was some fuzz that the auto patch checker couldn't deal with.  The same problem exists in thud and the master branch. Cheers, Jason. On 6/29/19 7:41 PM, Jason Wessel wrote: The build of glibc fails

[OE-core] [PATCH] glibc: Fix multilibs + usrmerge builds

2019-06-29 Thread Jason Wessel
The build of glibc fails when you have multilibs enabled + the distro feature usrmerge. Here is an example configuration: === MACHINE = "qemux86-64" VIRTUAL-RUNTIME_init_manager = "systemd" DISTRO_FEATURES_append = " systemd " DISTRO_FEATURES_append += " usrmerge" require conf/multilib.conf