[OE-core] [PATCH v2] uclibc SDK not including libpthread_nonshared.a

2012-04-25 Thread Mark Norman
Modified the uclibc PACKAGES list order to ensure the uclibc-dev package is processed before uclibc-staticdev to allow *_nonshared.a libraries to be packaged in the uclibc-dev package. The *_nonshared.a libraries are required by the SDK. --- meta/recipes-core/uclibc/uclibc.inc |8 1

[OE-core] [PATCH] uclibc SDK not including libpthread_nonshared.a

2012-04-23 Thread Mark Norman
Modified the uclibc PACKAGES list order to ensure the uclibc-dev package is processed before uclibc-staticdev to allow *_nonshared.a libraries to be packaged in the uclibc-dev package. The *_nonshared.a libraries are required by the SDK. --- meta/recipes-core/uclibc/uclibc.inc |6 +++--- 1 fi

[OE-core] uclibc SDK not including libpthread_nonshared.a

2012-04-22 Thread Mark Norman
bnsl uclibc-libresolv uclibc-libm uclibc-libdl uclibc-libutil uclibc-libpthread uclibc-librt" Doing this caused the _nonshared.a libraries to successfully get packaged in the -dev package. Is this the correct way to get this to work?  If so I am happy to submit a proper patch, o