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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user