From 231c42210e0ef530d90f0ae92afb9eeac626add0 Mon Sep 17 00:00:00 2001 From: Vinicius Aquino Date: Wed, 3 Nov 2021 18:23:43 -0300 Subject: u-boot-fslc: Add lzop as dependency Signed-off-by: Vinicius Aquino (cherry picked from commit f1f2cd5c1c9d96fdfbf45e7a7943bf08fc5f4481) --- recipes-bsp/u-boot/u-boot-fslc_2021.07.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-fslc_2021.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2021.07.bb index fa219325..21989ae5 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2021.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2021.07.bb @@ -8,7 +8,7 @@ version, or because it is not applicable for upstreaming." inherit ${@oe.utils.ifelse(d.getVar('UBOOT_PROVIDES_BOOT_CONTAINER') == '1', 'imx-boot-container', '')} -DEPENDS += "bc-native dtc-native python3-setuptools-native" +DEPENDS += "bc-native dtc-native python3-setuptools-native lzop-native" # Location known to imx-boot component, where U-Boot artifacts # should be additionally deployed. -- cgit v1.2.3-54-g00ecf