Re: [OE-core] [PATCH 05/10] eglibc: fix packaging of some of nativesdk packages, V2

2011-09-25 Thread Richard Purdie
On Fri, 2011-09-23 at 23:46 +0400, Dmitry Eremin-Solenikov wrote: eglibc.inc contains packaging rules that depend on PKGSUFFIX expansion. However that variable wasn't expanded properly in some case. E.g. PACKAGES = ... nscd${PKGSUFFIX} ... FILES_nscd${PKGSUFFIX} = ${sbindir}/nscd* would

[OE-core] [PATCH 05/10] eglibc: fix packaging of some of nativesdk packages, V2

2011-09-23 Thread Dmitry Eremin-Solenikov
eglibc.inc contains packaging rules that depend on PKGSUFFIX expansion. However that variable wasn't expanded properly in some case. E.g. PACKAGES = ... nscd${PKGSUFFIX} ... FILES_nscd${PKGSUFFIX} = ${sbindir}/nscd* would be expanded to PACKAGES = ... nscd-nativesdk ... FILES_nscd =