summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
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-kernel
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-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc.inc b/recipes-kernel/linux/linux-fslc.inc
index 7e7ae446..f081dd7c 100644
--- a/recipes-kernel/linux/linux-fslc.inc
+++ b/recipes-kernel/linux/linux-fslc.inc
@@ -3,7 +3,7 @@
3 3
4require recipes-kernel/linux/linux-imx.inc 4require recipes-kernel/linux/linux-imx.inc
5 5
6DEPENDS += "lzop-native bc-native" 6DEPENDS += "bc-native"
7 7
8SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https \ 8SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https \
9 file://defconfig" 9 file://defconfig"