On Tue, 2011-08-02 at 17:33 -0500, Kumar Gala wrote: > The sed regex in do_configure_prepend was producing the following result: > > #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR "/lib64/ld-linux-x86-64.so.2" > > instead of removing the leading "/lib" or "/lib64". > > Now we have it do: > > #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR "ld-linux-x86-64.so.2" > > Additionally, with the regex fixed the manipulation of SYSTEMLIBS_DIR > needs to be removed. > > Signed-off-by: Kumar Gala <ga...@kernel.crashing.org>
Merged to master, thanks. Richard _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core