[OE-core] [PATCH] attr: Fix uclibc builds

Khem Raj raj.khem at gmail.com
Thu May 8 19:17:04 UTC 2014


On Thu, May 8, 2014 at 5:11 AM, Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
> +LDFLAGS_append_libc-uclibc_class-target = "${@['', ' -lintl '][(d.getVar('USE_NLS', True) == 'yes')]}"
> +EXTRA_OECONF_append_libc-uclibc_class-target = "${@['', ' --disable-gettext '][(d.getVar('USE_NLS', True) == 'no')]}"

I think we can drop class-target override. this was needed when libc
override arched into native recipes as well and
we would get attr-native compiled differently for uclibc and glibc but
thats been fixed



More information about the Openembedded-core mailing list