[OE-core] [PATCH 1/2] multiple recipes converted to -staticdev packages

Phil Blundell pb at pbcl.net
Wed Jun 29 11:25:50 UTC 2011


On Tue, 2011-06-28 at 17:07 -0700, Saul Wold wrote:
> +staticdev_libs = "${libdir}/*.a ${base_libdir}/*.a"
> +FILES_${PN}-staticdev = "${@oe_filter_out('lib.*_nonshared.a', '${staticdev_libs}', d)}"

Does that actually work?  I wouldn't have expected the pattern to get
globbed early enough for the oe_filter_out to have any effect.

p.






More information about the Openembedded-core mailing list