]> code.ossystems Code Review - openembedded-core.git/commit
native.bbclass: Add a simple chown intercept command
authorMark Hatle <mark.hatle@windriver.com>
Thu, 23 Jun 2011 16:58:26 +0000 (11:58 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jun 2011 20:01:48 +0000 (21:01 +0100)
commit7fd8287d3320231db83c36d09f2b841e520fcfe9
tree6b60ff60682f8c0e4994993244d692fce31ec781
parent983197c10104bbbcb6cfd6e923a3bf11152b3001
native.bbclass: Add a simple chown intercept command

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>
meta/classes/native.bbclass
scripts/native-intercept/chown [new file with mode: 0755]