diff options
| -rw-r--r-- | meta/recipes-devtools/rust/libstd-rs_1.59.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/libstd-rs_1.59.0.bb b/meta/recipes-devtools/rust/libstd-rs_1.59.0.bb index 7c453a593a..0ff1fbd678 100644 --- a/meta/recipes-devtools/rust/libstd-rs_1.59.0.bb +++ b/meta/recipes-devtools/rust/libstd-rs_1.59.0.bb | |||
| @@ -8,3 +8,5 @@ SRC_URI += " \ | |||
| 8 | " | 8 | " |
| 9 | # libstd moved from src/libstd to library/std in 1.47+ | 9 | # libstd moved from src/libstd to library/std in 1.47+ |
| 10 | S = "${RUSTSRC}/library/std" | 10 | S = "${RUSTSRC}/library/std" |
| 11 | |||
| 12 | BBCLASSEXTEND = "nativesdk" \ No newline at end of file | ||
