]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass, kernel.bbclass: remove non-standard -n option from cp command
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 23 Aug 2011 15:22:14 +0000 (16:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Aug 2011 01:32:24 +0000 (18:32 -0700)
commit13e14763f14b5b84051ecb158404dcef937cc4e0
tree32289406319a9e821b41070c9283137a752275fe
parente7aae45414e4597e9244f86a81fbc940f73785c8
image.bbclass, kernel.bbclass: remove non-standard -n option from cp command

-n is not a POSIX option and does not work on some systems (e.g. Debian
Lenny); in any case it is not strictly necessary here, so remove it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass
meta/classes/kernel.bbclass