diff options
author | John Klug <john.klug@multitech.com> | 2022-08-08 12:58:03 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-08-08 12:58:03 -0500 |
commit | 49a0171ea476f25ee87522139d377b601083e7c2 (patch) | |
tree | c4e414dee4750b6ce8a156835497ca39da732670 | |
parent | 7ceadd4adfbc52a434d9fbd6fedf7064cd957a36 (diff) | |
download | meta-multitech-atmel-49a0171ea476f25ee87522139d377b601083e7c2.tar.gz meta-multitech-atmel-49a0171ea476f25ee87522139d377b601083e7c2.tar.bz2 meta-multitech-atmel-49a0171ea476f25ee87522139d377b601083e7c2.zip |
Move to python3
-rw-r--r-- | recipes-bsp/at91bootstrap/at91bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/at91bootstrap/at91bootstrap.inc b/recipes-bsp/at91bootstrap/at91bootstrap.inc index 07dfda4..caee5ae 100644 --- a/recipes-bsp/at91bootstrap/at91bootstrap.inc +++ b/recipes-bsp/at91bootstrap/at91bootstrap.inc @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://main.c;endline=27;md5=42f86d2f6fd17d1221c5c651b487a07 inherit cml1 deploy # TODO: python2: use python3 -inherit python-dir pythonnative +inherit python3-dir python3native SRC_URI_append = " \ file://defconfig \ |