]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Ensure debug source file is generated correctly
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Mar 2013 17:34:07 +0000 (17:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Mar 2013 17:39:56 +0000 (17:39 +0000)
commit48dfd61901ce07491ef913cf04dbd9de9a52759f
treec06c31f3fec8f1468751f2bca023aa4ff0cb9c21
parentbdc1b214431c9c93a929b547b9a61e7b87fbd366
package.bbclass: Ensure debug source file is generated correctly

The command for generating debug sources appends to the file, therefore we need
to ensure it does not exist before we run the command else we end up doing
more work that we should have to.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass