aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-bsp/u-boot/u-boot.inc
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2020-04-16 09:15:19 +0200
committerRonan Le Martret <ronan.lemartret@iot.bzh>2020-04-16 10:00:17 +0200
commit5ca0f56ce716ec86fa54e338cbce1c2205815252 (patch)
tree84754d614046c2a5ade5e67c73e12b821f302ddd /meta-rcar-gen3/recipes-bsp/u-boot/u-boot.inc
parent26baec072cf91bcdec2e6608c40e2ff677dfdf06 (diff)
[Community] Use python3native bbclass
- Use python3native instead of pythonnative. Now pythonnative is deprecated in Yocto. Bug-AGL: SPEC-3328 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Change-Id: I72b408d9fc122bbdd3e38d94ef8bdd1662495fd5 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/u-boot/u-boot.inc')
-rw-r--r--meta-rcar-gen3/recipes-bsp/u-boot/u-boot.inc2
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}"'