From af3f03bf3c35403191baf1da0a8f30cac02e0848 Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Tue, 31 May 2022 08:46:59 +0000 Subject: layer wide: remove lzop dependency dropped upstream Upstream commit dea5e88637 ("lzop: remove recipe from oe-core") dropped support of lzop and removed recipe from OE-Core. Drop lzop dependencies in recipes across the layer, it is not available anymore. Signed-off-by: Andrey Zhizhikin --- recipes-bsp/u-boot/u-boot-fslc_2022.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/u-boot/u-boot-fslc_2022.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2022.04.bb index ec5298b6..de6d22d0 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2022.04.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2022.04.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 lzop-native" +DEPENDS += "bc-native dtc-native python3-setuptools-native" # Location known to imx-boot component, where U-Boot artifacts # should be additionally deployed. -- cgit v1.2.3-54-g00ecf