mono: remove copy of host etc files on install
authorDustin Johnson <dustin.r.johnson@gmail.com>
Wed, 15 Mar 2017 02:24:58 +0000 (22:24 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 23 May 2017 14:28:25 +0000 (16:28 +0200)
commit675101b0fe3e751b447818d8ce8d0d009bd39b25
treee6aaa500a3aa6943cc770bd6001fc299c65cb133
parent556434fb833f054da7bbabc531083951b1f28075
mono: remove copy of host etc files on install

When the mono package is installed, the autotools installer installs
the /etc/mono files to the target. A post_install hook then copies
over the mono libraries to the target as well as the host /etc/mono
files which overrides the target files. The target specific mono
configuration file (/etc/mono/config) is overridden with the host
settings. This causes mono on the target to be unable to locate target
specific .so files as it overrides the changes enacted by the patches
for the package.

Signed-off-by: Dustin Johnson <dustin.r.johnson@gmail.com>
Tested-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Reviewed-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Acked-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mono/mono.mk