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 +- recipes-kernel/linux/linux-fslc.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ec5298b67..de6d22d0d 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. diff --git a/recipes-kernel/linux/linux-fslc.inc b/recipes-kernel/linux/linux-fslc.inc index 7e7ae4466..f081dd7c8 100644 --- a/recipes-kernel/linux/linux-fslc.inc +++ b/recipes-kernel/linux/linux-fslc.inc @@ -3,7 +3,7 @@ require recipes-kernel/linux/linux-imx.inc -DEPENDS += "lzop-native bc-native" +DEPENDS += "bc-native" SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https \ file://defconfig" -- cgit v1.2.3-54-g00ecf