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
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
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