aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/linux-kexecboot-2.6.33+2.6.34-rc3
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-04-01 15:10:58 +0000
committerTom Rini <tom_rini@mentor.com>2010-04-02 08:03:08 -0700
commit973169bb71ab44fa234ea65b409a2d45cf018112 (patch)
tree886c3be3e0784c6758101fe1fb8a86131bdd2922 /recipes/kexecboot/linux-kexecboot-2.6.33+2.6.34-rc3
parented61ecec2ab33c37fcd18040add05b507dd3f648 (diff)
downloadopenembedded-973169bb71ab44fa234ea65b409a2d45cf018112.tar.gz
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 'recipes/kexecboot/linux-kexecboot-2.6.33+2.6.34-rc3')
0 files changed, 0 insertions, 0 deletions