checkbashisms: add initial class to run against ${S}
authorChris Larson <chris_larson@mentor.com>
Mon, 15 Nov 2010 23:03:21 +0000 (16:03 -0700)
committerChris Larson <chris_larson@mentor.com>
Mon, 15 Nov 2010 23:04:06 +0000 (16:04 -0700)
commitfd2d95283d2b1e78fc0842ae07618a69ce5b5ac3
tree9b41fbbdb8c67f7039715f8eda446285ff411847
parentd8d33031dc4fb8d3c8ca429a94f4f7edebe5de70
checkbashisms: add initial class to run against ${S}

Currently requires that you already have checkbashisms available somewhere in
your PATH.  Runs against all '#!/bin/sh' scripts in ${S}, to attempt to find
and fix issues with /bin/sh not being bash.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/checkbashisms.bbclass [new file with mode: 0644]