]> code.ossystems Code Review - openembedded-core.git/commit
libxml2: reinclude a -staticdev package
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Wed, 21 Sep 2011 18:40:00 +0000 (22:40 +0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Sep 2011 04:11:50 +0000 (05:11 +0100)
commit76052861cc95fd4ad4c4b9eb6ce4cd1065ad4dc9
tree88928e030a2c16f8040f555080438708f07ff290
parent9d33b6973438f514f1ca609c3a936b45af921e2f
libxml2: reinclude a -staticdev package

libxml2 provides a libxml2.a library, which wasn't included in any of
the packages. Usually static libs are included into a -staticdev
package, but this package wasn't generated for libxml2, due to
libxml2.inc redeclaring PACKAGES variable (to include libxml2-utils).
Replace PACKAGES setting with expansion to include all default packages
(and so -staticdev package with libxml2.a).

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/libxml/libxml2.inc
meta/recipes-core/libxml/libxml2_2.7.8.bb