]> code.ossystems Code Review - openembedded-core.git/commit
archiver: fix srpm archiving build errors
authorKevin Strasser <kevin.strasser@linux.intel.com>
Fri, 22 Mar 2013 20:19:22 +0000 (13:19 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Apr 2013 15:54:03 +0000 (16:54 +0100)
commit0c80286a3383b436a0a63a0b00eb357dd9dea4fb
tree394cb4b870afee712d6a5b0bc4ca7708762f2632
parent1416613e94af46c6e74532bca0f026d1540becbb
archiver: fix srpm archiving build errors

srpm archiving doesn't need to be handled as a different case
when deciding what archive tasks to add.

When srpm is selected as the archiving type, the scripts and logs
archive staging directory ${WORKDIR}/script-logs is cleaned, and
its contents moved out to ${WORKDIR}.

Now that we are including ${WORKDIR}/script-logs in sstate-inputdirs,
the directory must be preserved.

[YOCTO #4032]

Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/archive-configured-source.bbclass
meta/classes/archive-original-source.bbclass
meta/classes/archive-patched-source.bbclass
meta/classes/archiver.bbclass