From edb21dfc65c56db5fe4d532aa3b9669b88f2635b Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Mon, 9 Jul 2018 02:36:53 -0500 Subject: Use system config.guess for cross-localedef-native This fixes builds on ppc64el --- meta/recipes-core/glibc/cross-localedef-native_2.21.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.21.bb b/meta/recipes-core/glibc/cross-localedef-native_2.21.bb index 4e15f02..a435fc7 100644 --- a/meta/recipes-core/glibc/cross-localedef-native_2.21.bb +++ b/meta/recipes-core/glibc/cross-localedef-native_2.21.bb @@ -46,6 +46,7 @@ EXTRA_OECONF = "--with-glibc=${S}" CFLAGS += "-fgnu89-inline -std=gnu99 -DIS_IN\(x\)='0'" do_configure () { + cp /usr/share/misc/config.guess ${S}/localedef/config.guess ${S}/localedef/configure ${EXTRA_OECONF} } -- cgit v1.1