psplash_git.bb: fix do_compile by correcting the script path
authorNitin A Kamble <nitin.a.kamble@intel.com>
Wed, 27 Mar 2013 05:16:26 +0000 (22:16 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Mar 2013 11:18:30 +0000 (11:18 +0000)
commit19c02994ad74493b84007740e3728081125d2bdc
treed3f61112f4bdaf8edfdd9d7fbb0bcbaa9e1a4067
parentbd7227acfd0caf5b8b3063739bcbebe29e89165f
psplash_git.bb: fix do_compile by correcting the script path

The recent change in the builddir location is breaking this recipe as
it is trying to run a script (make-image-header.sh) located in sourcedir
from builddir. As the script does not gets to run, the resulting file is
not generated causing error as seen below. This commit fixes the issue, by
providing complete path of the script.

This commit fixes this build error:

ERROR: Error executing a python function in /srv/home/nitin/prj/poky.git/meta/recipes-core/psplash/psplash_git.bb:
IOError: [Errno 2] No such file or directory: 'psplash-tlk-img.h'
ERROR: Task 6 (/srv/home/nitin/prj/poky.git/meta/recipes-core/psplash/psplash_git.bb, do_compile) failed with exit code '1'

(From OE-Core rev: c433a1b78c407bea17747cb77f5332ed8ee4c5e7)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/psplash/psplash_git.bb