Files
poky/meta/recipes-connectivity
Zheng Junling 853e76f8bb 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().

(From OE-Core rev: 6a60a4ba8d8e529882daa33140c9a2fc08714fb2)

Signed-off-by: Zheng Junling <zhengjunling@huawei.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-12-05 18:01:06 +00:00
..
2014-09-29 12:12:44 +01:00
2014-11-25 13:03:26 +00:00
2014-11-25 13:03:25 +00:00
2014-10-10 16:44:32 +01:00
2014-11-25 13:03:26 +00:00
2014-08-28 15:12:42 +01:00
2014-10-18 16:14:04 +02:00
2014-09-16 22:14:05 +01:00
2014-04-24 17:55:15 +01:00
2014-06-01 14:30:40 +01:00