]> code.ossystems Code Review - openembedded-core.git/commit
package_deb.bbclass: fix 'armel' override
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>
Tue, 2 Apr 2013 11:35:56 +0000 (14:35 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Apr 2013 15:54:34 +0000 (16:54 +0100)
commit6f86fe5d66e401377bccd9f635270033b99a9f4b
treeec176a49112627d9894b8d11c8e45c1c167a0a70
parent2ddb7afd15e53ef75b5084d691115e0f58ff24ab
package_deb.bbclass: fix 'armel' override

The 'armel' override for DKPG_ARCH was causing the meta-toolchain
build to fail. The assignment was moved to an anonymous fragment
of Python code, so it doesn't affect the assignments in
cross-canadian.bbclass anymore, thus fixing the issue.

[YOCTO #4080]

Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/package_deb.bbclass