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 rather than clear it.
Signed-off-by: Kai Kang <kai.kang@...> --- meta/recipes-core/glibc/glibc-tests_2.35.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)