]> code.ossystems Code Review - openembedded-core.git/commit
devtool: extract: remove patches when S=WORKDIR
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 30 Apr 2015 09:16:07 +0000 (12:16 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 May 2015 21:21:54 +0000 (22:21 +0100)
commit3e0ffff619e49b1f0c13e5f6a663455be3ed26af
tree6d07b58fe41fda1f20e55159821b4236f3fae73f
parent9c3a94aea1de3ab98e5693640926bfc86acde2db
devtool: extract: remove patches when S=WORKDIR

Before this change, all files from the recipe (SRC_URI), including
patches, were added to to srctree repository when S==WORKDIR. The patch
files are useless as they are automatically applied on top of the
srctree by devtool.

This change causes devtool extract to not commit these unnecessary (and
possibly confusing) patch file(s) into srctree repository.

[YOCTO #7602]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
scripts/lib/devtool/standard.py