]> code.ossystems Code Review - openembedded-core.git/commit
psplash: copy image files from workdir instead of next to recipe
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 27 Sep 2013 15:46:06 +0000 (15:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Sep 2013 21:01:06 +0000 (22:01 +0100)
commitf1850f9835651baee8d3a0858d00a5d22efcab19
tree6b8ded210408e06d2ae31ebb7bd873ed901f0107
parent8d7036cdb71e66e619053c2545cfc1fbddf1895b
psplash: copy image files from workdir instead of next to recipe

During parsing this recipe builds up a list of splash image files,
however it was recording full paths to local files (i.e. the files next
to the recipe) and then in do_compile it was pointing to those instead
of the fetched files in WORKDIR. Fix it to use the fetched files which
has the added benefit of the do_compile signature not changing if the
recipe is moved around.

Fixes [YOCTO #5250].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/psplash/psplash_git.bb