[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1738/8267] kernel.bbclass: add lzop dependency



commit a4f0ae11139de8d12c6bf720e91f5f9ddaa9b1c1
Author: Trevor Woerner <twoerner gmail com>
Date:   Mon Aug 1 08:32:53 2016 -0400

    kernel.bbclass: add lzop dependency
    
    If the initramfs image is type lzo, then a native lzop is needed.
    
    (From OE-Core rev: ee0640cb0c32b959ffaaac6752d582ed1d76e313)
    
    Signed-off-by: Trevor Woerner <twoerner gmail com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/kernel.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index fa76a14..db42744 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -1,7 +1,7 @@
 inherit linux-kernel-base kernel-module-split
 
 PROVIDES += "virtual/kernel"
-DEPENDS += "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc kmod-native depmodwrapper-cross 
bc-native"
+DEPENDS += "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc kmod-native depmodwrapper-cross 
bc-native lzop-native"
 
 S = "${STAGING_KERNEL_DIR}"
 B = "${WORKDIR}/build"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]