[gnome-continuous-yocto/gnomeostree-3.28-rocko: 201/8267] depmodwrapper-cross: Use SYSROOT_DIRS to add dirs to stage in sysroot



commit 138d161fd4c241bc44d9acf12aeeb111692b353b
Author: Peter Kjellerstedt <peter kjellerstedt axis com>
Date:   Thu May 12 10:37:54 2016 +0200

    depmodwrapper-cross: Use SYSROOT_DIRS to add dirs to stage in sysroot
    
    (From OE-Core rev: 1d308b0f12a80ed8ede548980987c925b3149a81)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../recipes-kernel/kmod/depmodwrapper-cross_1.0.bb |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb 
b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
index c2c2589..5c7dd52 100644
--- a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
+++ b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
@@ -41,10 +41,6 @@ EOF
        chmod +x ${D}${bindir_crossscripts}/depmodwrapper
 }
 
-SYSROOT_PREPROCESS_FUNCS += "depmodwrapper_sysroot_preprocess"
-
-depmodwrapper_sysroot_preprocess () {
-       sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts}
-}
+SYSROOT_DIRS += "${bindir_crossscripts}"
 
 inherit nopackages


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