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 16:01:13 +0000 (17:01 +0100)
commitdeccc93a992f8ef03e7b0ea3a01d249b628c9207
treef35101c6756255dc066dbc5949987e804d23b196
parent2b8ccb76e23fe422cf517cc246922d387543244b
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]

(From OE-Core rev: 6f86fe5d66e401377bccd9f635270033b99a9f4b)

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