cargo: use install targets to avoid rust-installer

This install target is used by Gentoo to avoid needing rust-installer.
This commit is contained in:
Doug Goldstein
2016-11-09 22:10:32 -06:00
parent 9da0d2f687
commit 03496f658f
3 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ do_compile () {
}
do_install () {
oe_runmake DESTDIR="${D}" install
oe_runmake prepare-image-${TARGET_SYS} IMGDIR_${TARGET_SYS}="${D}${prefix}"
}
BBCLASSEXTEND = "native"