diff options
| -rw-r--r-- | meta/classes/populate_sdk_ext.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index 40b0375e0b..8245361a33 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
| @@ -574,8 +574,8 @@ sdk_ext_preinst() { | |||
| 574 | exit 1 | 574 | exit 1 |
| 575 | fi | 575 | fi |
| 576 | # The relocation script used by buildtools installer requires python | 576 | # The relocation script used by buildtools installer requires python |
| 577 | if ! command -v python > /dev/null; then | 577 | if ! command -v python3 > /dev/null; then |
| 578 | echo "ERROR: The installer requires python, please install it first" | 578 | echo "ERROR: The installer requires python3, please install it first" |
| 579 | exit 1 | 579 | exit 1 |
| 580 | fi | 580 | fi |
| 581 | missing_utils="" | 581 | missing_utils="" |
