From d771928105b9ca0dfdf8a67137c65ebad5cb78be Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Mon, 9 Apr 2018 11:06:51 -0400 Subject: [PATCH] linux_4.1: add DEPENDS on lzop-native Signed-off-by: Trevor Woerner --- recipes-kernel/linux/linux_4.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux_4.1.bb b/recipes-kernel/linux/linux_4.1.bb index a858acc..a2fc841 100644 --- a/recipes-kernel/linux/linux_4.1.bb +++ b/recipes-kernel/linux/linux_4.1.bb @@ -4,6 +4,8 @@ inherit kernel require recipes-kernel/linux/linux-yocto.inc +DEPENDS += "lzop-native" + SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;branch=linux-4.1.y \ file://defconfig"