diff options
author | Eric Bénard <eric@eukrea.com> | 2010-09-21 00:33:42 +0200 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2010-09-21 09:42:21 +0200 |
commit | 56fa8d7ad350fcbb5dedaa80c656da0bb59a2e7b (patch) | |
tree | 5c02d55dc229ab2c758b30d3f3ed827b7a1db7fd /lib | |
parent | 416da30aeabed3da6f7775d9da973d959aad45f2 (diff) |
utils.bbclass: fix is_machine_specific
* base.bbclass can set a package's PACKAGE_ARCH to MACHINE_ARCH if
it finds file:// in the SRC_URI and the corresponding file is machine
specific (recipes/foo/foo-1.0/<some machine>/)
* but is_machine_specific actually fails to detect these files as
urldata.path is used instead of urldata.localpath thus preventing the
comparison of the file's path with machinepaths
* tested with bitbake HEAD & 1.8.18, with OE's tree alone and OE's tree
plus an overlay.
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Chris Larson <clarson@kergoth.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions