From ba278cfe4fa79db91727b783f7f900ab72833d36 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Mon, 12 Aug 2019 10:53:06 +0800 Subject: u-boot-toradex: drop redundant python dependency The python dependency has been handled properly in OE by the following commit 3b0b1630: [ u-boot: Fix pylibfdt generation ] Drop the redundant python dependency here, they would slow down u-boot build. Signed-off-by: Ming Liu --- recipes-bsp/u-boot/u-boot-toradex_2018.03.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb b/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb index e32309a..e1dfe61 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb @@ -2,10 +2,9 @@ SUMMARY = "U-Boot bootloader with support for Toradex i.MX8 SoM" require recipes-bsp/u-boot/u-boot.inc require recipes-bsp/u-boot/u-boot-toradex-initial-env.inc require u-boot-toradex-common_${PV}.inc -inherit pythonnative PROVIDES += "u-boot" -DEPENDS_append = " python dtc-native" +DEPENDS_append = " dtc-native" SRC_URI_append_apalis-imx8a0 = " file://0001-Revert-apalis-imx8-fused-modules-boot-from-emmc.patch" -- cgit v1.2.3