]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Oct 2012 13:57:26 +0000 (14:57 +0100)
commit593faec6e0155bdd7a43ee84c24de8ee20287681
tree6bdb8bdf898baffd3b8852f6122e16ba6c10dccc
parentfebeaf3d1b8917b660c7279b008d8b03337568e9
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