eglibc-package.bbclass: Replace hardcoded /lib references
authorPhil Blundell <pb@reciva.com>
Sat, 8 Aug 2009 19:57:56 +0000 (12:57 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sat, 8 Aug 2009 19:57:56 +0000 (12:57 -0700)
commit5a728f256a542d0105a17778e428c704b6bddb54
tree34dc936925f3d10860e07ca93516f87f9b5c46f0
parent8ccfc13fefa2d748b038d8ee8ba2cba3265f77a4
eglibc-package.bbclass: Replace hardcoded /lib references

It turns out that eglibc contains a bunch of hard-coded
references to /lib.  This patch replaces them with the appropriate
${base_libdir}.  Also, the globs in ${libc_baselibs} were a bit too
permissive and would accept, for example, "libc.a" which isn't something
that we want in the main library package. - Phil

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-By: Michael Smith <msmith@cbnco.com>
recipes/eglibc/eglibc-package.bbclass
recipes/eglibc/eglibc.inc