]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
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)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 1 Jun 2017 14:13:46 +0000 (16:13 +0200)
commit60dc5bd64f387d7936327f291c410cc665f8f8f9
tree0758114b359869ca96fbd0d3768c7a719a9146c3
parentae353794f00a5297e1d8f57f06bee6de40367536
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>
(cherry picked from commit 675101b0fe3e751b447818d8ce8d0d009bd39b25)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mono/mono.mk