diff options
author | Ross Burton <ross.burton@intel.com> | 2013-04-11 12:14:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-11 12:20:23 +0100 |
commit | ac3a8ce0b672d1488c9074bde1a1d062e0c5fd33 (patch) | |
tree | 8a25e78af8063edce61c13c439a155d4443e8033 /meta/classes/ccache.bbclass | |
parent | d7fd56df0a4954954d6d0764ae06beb869e6b99a (diff) | |
download | openembedded-core-ac3a8ce0b672d1488c9074bde1a1d062e0c5fd33.tar.gz openembedded-core-ac3a8ce0b672d1488c9074bde1a1d062e0c5fd33.tar.bz2 openembedded-core-ac3a8ce0b672d1488c9074bde1a1d062e0c5fd33.zip |
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>
Diffstat (limited to 'meta/classes/ccache.bbclass')
0 files changed, 0 insertions, 0 deletions