diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-04-01 15:10:58 +0000 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-04-02 08:03:08 -0700 |
commit | 973169bb71ab44fa234ea65b409a2d45cf018112 (patch) | |
tree | 886c3be3e0784c6758101fe1fb8a86131bdd2922 /docs | |
parent | ed61ecec2ab33c37fcd18040add05b507dd3f648 (diff) |
insane.bbclass: Switch to endswith() and fix la/pc check
This changes insane.bbclass to use s.endswith("str") rather than s[-3:] ==
"str". The primary motivation for this is that we have tests that check for
'la' and 'pc' files when we really want '.la' and '.pc' to be what we check
for. Also, our -dev symlink test does if test1: if test2 and test3: action,
when it could just be if test1 and test2 and test3.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions