]> code.ossystems Code Review - openembedded-core.git/commit
multilib/clsextend: Improve handling of regexps in PACKAGES_DYNAMIC
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Oct 2012 12:20:04 +0000 (12:20 +0000)
committerRoss Burton <ross.burton@intel.com>
Mon, 29 Apr 2013 16:32:36 +0000 (17:32 +0100)
commitd4f366c00335d28b90e1b071631aa90ce9d38321
treef82f1e1c38ecf25f70ad2e09d082afb7e0cf0785
parentccc272a3f7bf240733dc3af1d8d7b870c55e1f5b
multilib/clsextend: Improve handling of regexps in PACKAGES_DYNAMIC

Now that PACKAGES_DYNAMIC is more standardised, starting with ^ anchors,
the variable manipulations performed by clsextend for multilib don't work.

This patch at least improves it to hack around the problem and enable
mulitlib builds to work again. If this code doesn't do the right thing, the
recipe is free to override the variable with the correct multilib case.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/multilib.bbclass
meta/lib/oe/classextend.py