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:42:58 +0000 (17:42 +0000)
commit0aa54bf5cdc121fa5ed12714665fb4bf54fde45d
tree3a46d59f7a09eed85e3a1126a2ffb3f76a062cb5
parent810e620958b9c4af811c4e71f8434bd5c8ab5347
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.

(From OE-Core rev: 48dfd61901ce07491ef913cf04dbd9de9a52759f)

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