drop rust-installer.bbclass

This is only necessary for installations of rust so move the actual
functional bits into the do_install() phase of rust.
This commit is contained in:
Doug Goldstein
2016-01-21 15:06:06 -06:00
parent 03496f658f
commit 6083dff0b6
5 changed files with 6 additions and 18 deletions
+6
View File
@@ -403,6 +403,12 @@ rust_do_install () {
# Remove any files directly installed into libdir to avoid
# conflicts between cross and native
rm -f ${D}${libdir}/lib*.so
# cleanup after rust-installer since we don't need these bits
rm ${D}/${libdir}/rustlib/install.log
rm ${D}/${libdir}/rustlib/rust-installer-version
rm ${D}/${libdir}/rustlib/uninstall.sh
rm ${D}/${libdir}/rustlib/components
}
do_install () {