summaryrefslogtreecommitdiff
path: root/scripts/native-intercept
Commit message (Collapse)AuthorAgeFilesLines
* native.bbclass: Add a simple chown intercept commandMark Hatle2011-06-231-0/+2
During native recipe processing we want to intercept any calls to chown and do nothing. This prevents errors and allows the same recipes to be used for both native and target recipes. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>