[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4129/8267] kernel-module-split: Add PACKAGE_WRITE_DEPS for postinst



commit 70f4ad49a74f902b17e69764c9d78e4e60085b62
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Thu Jan 19 17:01:10 2017 +0000

    kernel-module-split: Add PACKAGE_WRITE_DEPS for postinst
    
    The postinstall needs kmod-native and depmodwrapper-cross, mark these dependencies.
    
    (From OE-Core rev: 0e4f5eb4f8443ed98d7c8aaf0b999c5618b7cf25)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/kernel-module-split.bbclass |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/meta/classes/kernel-module-split.bbclass b/meta/classes/kernel-module-split.bbclass
index 742320c..49cd8e9 100644
--- a/meta/classes/kernel-module-split.bbclass
+++ b/meta/classes/kernel-module-split.bbclass
@@ -22,6 +22,8 @@ if [ x"$D" = "x" ]; then
 fi
 }
 
+PACKAGE_WRITE_DEPS += "kmod-native depmodwrapper-cross"
+
 do_install_append() {
        install -d ${D}${sysconfdir}/modules-load.d/ ${D}${sysconfdir}/modprobe.d/
 }


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