diff options
Diffstat (limited to 'meta/recipes-devtools/rust/rust_1.63.0.bb')
| -rw-r--r-- | meta/recipes-devtools/rust/rust_1.63.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust_1.63.0.bb b/meta/recipes-devtools/rust/rust_1.63.0.bb index 3081cd5ef3..401d51041e 100644 --- a/meta/recipes-devtools/rust/rust_1.63.0.bb +++ b/meta/recipes-devtools/rust/rust_1.63.0.bb | |||
| @@ -7,6 +7,9 @@ FILES:${PN} += "${libdir}/rustlib" | |||
| 7 | FILES:${PN} += "${libdir}/*.so" | 7 | FILES:${PN} += "${libdir}/*.so" |
| 8 | FILES:${PN}-dev = "" | 8 | FILES:${PN}-dev = "" |
| 9 | 9 | ||
| 10 | # Used by crossbeam_atomic.patch | ||
| 11 | export TARGET_VENDOR | ||
| 12 | |||
| 10 | do_compile () { | 13 | do_compile () { |
| 11 | rust_runx build --stage 2 | 14 | rust_runx build --stage 2 |
| 12 | } | 15 | } |
