On Fri, Feb 4, 2011 at 11:27 AM, Michael Poole <[email protected]> wrote: > org.openembedded.dev/recipes/udev/attr_2.4.44.bb contains this line: > Â LDFLAGS_append_libc-uclibc += " -lintl" > > When generating a squashfs image, the build process apparently needs > attr-native (-2.4.44-r4 on my machine). > > My (Ubuntu x86_64) host machine doesn't have a libintl.so anywhere, or > any obvious package to install it, and the line suggests that it is > only meant to be added for uclibc builds. > > What is the best way to fix or work around this?
Its already fixed commit 45fcdc2aeda16be66cf3fd5b68cd544f40a98679 Author: Khem Raj <[email protected]> Date: Sun Jan 23 19:24:14 2011 -0800 attr_2.4.44.bb: Dont add -lintl if doing native build and target is uclibc Signed-off-by: Khem Raj <[email protected]> How old is your snapshot ? > > Michael Poole > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
