aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-mono/mono/mono-base.inc
AgeCommit message (Collapse)Author
2017-09-22Only install files that are packagedJef Driesen
The do_install_append task copies files originating from the mono-native package to the mono package. But since it copies the entire mono directory, this causes problem if other mono related native packages are also installing files into the same directory. In that case those files are not packaged, and yocto complains with the QA Error "mono: Files/directories were installed but not shipped in any package". To workaround this problem, copy only those subdirectories that are actually packaged. Signed-off-by: Jef Driesen <jef.driesen@niko.eu>
2016-01-08mono: prevent host user contaminationAdam Lussier
When using "cp -a", the installed files are owned by the user running bitbake. Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2015-07-17mono-4.xx: Clean up build. Add base files for native/target configAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>