]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/classextend: Ensure we don't extend expressions more than once
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Nov 2012 08:29:00 +0000 (09:29 +0100)
committerRoss Burton <ross.burton@intel.com>
Tue, 30 Apr 2013 10:06:09 +0000 (11:06 +0100)
commit18b401f4f8e931dca08a2e9be34e94c49b5215b9
treec9661ce0ad5de03e758e973240830e63abf6af11
parentd4f366c00335d28b90e1b071631aa90ce9d38321
lib/oe/classextend: Ensure we don't extend expressions more than once

We could end up with MLPREFIX being prepended to variables like
PACKAGE_DYNAMIC. This patch avoids the problem and unbreaks builds.

[YOCTO #3389]

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