diff options
Diffstat (limited to 'meta/classes/cargo_common.bbclass')
| -rw-r--r-- | meta/classes/cargo_common.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/cargo_common.bbclass b/meta/classes/cargo_common.bbclass index 90fad75415..39f32829fd 100644 --- a/meta/classes/cargo_common.bbclass +++ b/meta/classes/cargo_common.bbclass | |||
| @@ -45,7 +45,7 @@ cargo_common_do_configure () { | |||
| 45 | directory = "${CARGO_VENDORING_DIRECTORY}" | 45 | directory = "${CARGO_VENDORING_DIRECTORY}" |
| 46 | EOF | 46 | EOF |
| 47 | 47 | ||
| 48 | if [ -z "${EXTERNALSRC}" ] && [ ${CARGO_DISABLE_BITBAKE_VENDORING} = "0" ]; then | 48 | if [ ${CARGO_DISABLE_BITBAKE_VENDORING} = "0" ]; then |
| 49 | cat <<- EOF >> ${CARGO_HOME}/config | 49 | cat <<- EOF >> ${CARGO_HOME}/config |
| 50 | 50 | ||
| 51 | [source.crates-io] | 51 | [source.crates-io] |
