]> code.ossystems Code Review - openembedded-core.git/commit
classes/lib/oe: Fix cross/crosssdk references
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 May 2014 12:29:13 +0000 (13:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 11 May 2014 11:26:36 +0000 (12:26 +0100)
commit91edf4cac223298e50a4b8e59dd19f1b272e3418
treea2b024fddbba7d564628719ef85d0f784ac8109a
parentb9a44cec782e833d4f29f6ceb64908552d5cdd7b
classes/lib/oe: Fix cross/crosssdk references

With the renaming of the cross packages, its no longer possible to use
endswith("-cross") and similar to detect cross packages. Replace these
references with other techniques.

This resolves certain build from sstate failures which were due to the
system believing cross packages were target packages and therefore
dependency handling was altered.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/base.bbclass
meta/classes/native.bbclass
meta/classes/sstate.bbclass
meta/lib/oe/classextend.py
meta/lib/oe/sstatesig.py