Re: [OE-core] [PATCH] glibc-tests: not clear BBCLASSEXTEND

2022-06-30 Thread kai
On 6/29/22 6:23 AM, Randy MacLeod wrote: On 2022-06-28 12:03, Richard Purdie wrote: On Tue, 2022-06-28 at 23:22 +0800, kai wrote: From: Kai Kang It clears BBCLASSEXTEND in glibc-tests recipe to remove 'nativesdk' which is set in glibc recipe. The side effect is that it removes "${MULTILIBS}"

Re: [OE-core] [PATCH] glibc-tests: not clear BBCLASSEXTEND

2022-06-28 Thread Randy MacLeod
On 2022-06-28 12:03, Richard Purdie wrote: On Tue, 2022-06-28 at 23:22 +0800, kai wrote: From: Kai Kang It clears BBCLASSEXTEND in glibc-tests recipe to remove 'nativesdk' which is set in glibc recipe. The side effect is that it removes "${MULTILIBS}" at same time if multilib enabled. Then

Re: [OE-core] [PATCH] glibc-tests: not clear BBCLASSEXTEND

2022-06-28 Thread Richard Purdie
On Tue, 2022-06-28 at 23:22 +0800, kai wrote: > From: Kai Kang > > It clears BBCLASSEXTEND in glibc-tests recipe to remove 'nativesdk' > which is set in glibc recipe. The side effect is that it removes > "${MULTILIBS}" at same time if multilib enabled. Then there will no > multilib version

[OE-core] [PATCH] glibc-tests: not clear BBCLASSEXTEND

2022-06-28 Thread kai
From: Kai Kang It clears BBCLASSEXTEND in glibc-tests recipe to remove 'nativesdk' which is set in glibc recipe. The side effect is that it removes "${MULTILIBS}" at same time if multilib enabled. Then there will no multilib version glibc-tests. So only remove 'nativesdk' from BBCLASSEXTEND