summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2022-05-31 08:46:59 +0000
committerAndrey Zhizhikin <andrey.z@gmail.com>2022-05-31 08:46:59 +0000
commitaf3f03bf3c35403191baf1da0a8f30cac02e0848 (patch)
tree580ce7e13f808bd8af9137f071096148e508b2ac /recipes-bsp
parent137fb3858bcf9970e030e0a37833776dc2cae046 (diff)
downloadmeta-freescale-af3f03bf3c35403191baf1da0a8f30cac02e0848.tar.gz
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 <andrey.z@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2022.04.bb2
1 files changed, 1 insertions, 1 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 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."
8 8
9inherit ${@oe.utils.ifelse(d.getVar('UBOOT_PROVIDES_BOOT_CONTAINER') == '1', 'imx-boot-container', '')} 9inherit ${@oe.utils.ifelse(d.getVar('UBOOT_PROVIDES_BOOT_CONTAINER') == '1', 'imx-boot-container', '')}
10 10
11DEPENDS += "bc-native dtc-native python3-setuptools-native lzop-native" 11DEPENDS += "bc-native dtc-native python3-setuptools-native"
12 12
13# Location known to imx-boot component, where U-Boot artifacts 13# Location known to imx-boot component, where U-Boot artifacts
14# should be additionally deployed. 14# should be additionally deployed.