diff options
author | Zheng Junling <zhengjunling@huawei.com> | 2014-12-03 12:38:30 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-05 17:43:14 +0000 |
commit | 6a60a4ba8d8e529882daa33140c9a2fc08714fb2 (patch) | |
tree | 677ab8e64e66370c5c76cce5495e19f0a1b1b718 /meta/recipes-core/dbus | |
parent | e30a4650beabac215b6d867070b7acdb3601a4d7 (diff) | |
download | openembedded-core-6a60a4ba8d8e529882daa33140c9a2fc08714fb2.tar.gz openembedded-core-6a60a4ba8d8e529882daa33140c9a2fc08714fb2.tar.bz2 openembedded-core-6a60a4ba8d8e529882daa33140c9a2fc08714fb2.zip |
openssh: fix using the original config files in srcdir
Currently, we install our own ssh_config and sshd_config into ${S} in
do_compile_append() task. So when finishing compiling, their .out files
are generated by the original files, rather than by our own files.
In most cases, installing "$(CONFIGFILES)" in Makefile will generate .out
files again, and then installing "install-sysconf", which will install
these two files into $(DESTDIR), thus we get what we expect.
However, when parallel installing, "install-sysconf" may be installed
before "$(CONFIGFILES)" sometimes. In this rare case, the .out files
generated in the first time rather than those in the second time will be
installed into $(DESTDIR), and thus we get an unexpect result.
This patch fixes this bug through transfering the installing of our own
files from do_compile_append() into do_configure_prepend().
Signed-off-by: Zheng Junling <zhengjunling@huawei.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/dbus')
0 files changed, 0 insertions, 0 deletions