]> code.ossystems Code Review - openembedded-core.git/commit
pulseaudio: remove spurious cd in do_compile_prepend
authorRoss Burton <ross.burton@intel.com>
Thu, 11 Apr 2013 11:14:43 +0000 (12:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Apr 2013 11:20:23 +0000 (12:20 +0100)
commitac3a8ce0b672d1488c9074bde1a1d062e0c5fd33
tree8a25e78af8063edce61c13c439a155d4443e8033
parentd7fd56df0a4954954d6d0764ae06beb869e6b99a
pulseaudio: remove spurious cd in do_compile_prepend

This prepend was cding to ${S}, which then breaks base_do_compile as it assumes
it's in ${B}.  The cd is pointless as all of the operations use absolute paths,
so remove it.

The result of this was that base_do_compile was failing to find the makefiles,
so the compilation happened in do_install.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/pulseaudio/pulseaudio_3.0.bb