diff options
author | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2020-05-04 18:07:55 +0900 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2020-05-04 18:17:34 +0900 |
commit | 8999dcbafa3d1cb5349e95caf33485e8d7baf57a (patch) | |
tree | 3b107bf10c04850d77f9b7ed2c48f6caac00de6e /meta-rcar-gen3/recipes-bsp/u-boot | |
parent | 008d6ed05548f4f38af831fc0b4b778eec512d9a (diff) |
rcar-gen3: Switch to python3
This updates recipes to use Python3 instead of Python2 which is
deprecated in Yocto.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: Id2594e5bb0e0003b22af8d183bef340587a9c1aa
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/u-boot')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/u-boot/u-boot.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot.inc b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot.inc index 48fbc57..f009d18 100644 --- a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot.inc +++ b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot.inc @@ -7,7 +7,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit uboot-config uboot-extlinux-config uboot-sign deploy -DEPENDS += "swig-native python-native" +DEPENDS += "swig-native python3-native" EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" V=1' EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}"' |